@Path(value="Bulk.xml") public class XMLBulkResource extends AbstractBulkResource
| Constructor and Description |
|---|
XMLBulkResource(SCIMApplication application,
OAuthTokenHandler tokenHandler)
Create a new instance of the bulk resource.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
doXmlXmlPost(InputStream inputStream,
javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.UriInfo uriInfo)
Implement the POST operation consuming and producing XML format.
|
public XMLBulkResource(SCIMApplication application, OAuthTokenHandler tokenHandler)
application - The SCIM JAX-RS application associated with this
resource.tokenHandler - The token handler to use for OAuth
authentication.@POST @Consumes(value="application/xml") @Produces(value="application/xml") public javax.ws.rs.core.Response doXmlXmlPost(InputStream inputStream, @Context javax.servlet.http.HttpServletRequest request, @Context javax.ws.rs.core.SecurityContext securityContext, @Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.UriInfo uriInfo)
inputStream - The content to be consumed.request - The HTTP servlet request.securityContext - The security context for the request.headers - The request headers.uriInfo - The URI info for the request.Copyright © 2011–2016 UnboundID. All rights reserved.