com.unboundid.scim.wink
Class XMLServiceProviderConfigResource

java.lang.Object
  extended by com.unboundid.scim.wink.AbstractStaticResource
      extended by com.unboundid.scim.wink.XMLServiceProviderConfigResource

public class XMLServiceProviderConfigResource
extends AbstractStaticResource

This class is a JAX-RS resource for the SCIM Service Provider Configuration where the response format is specified in the URL to be XML.


Constructor Summary
XMLServiceProviderConfigResource(SCIMApplication application, ResourceStats resourceStats)
          Create a new JAX-RS resource.
 
Method Summary
 javax.ws.rs.core.Response doXmlGet()
          Implement the GET operation to fetch the configuration in XML format.
 
Methods inherited from class com.unboundid.scim.wink.AbstractStaticResource
setResponseEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLServiceProviderConfigResource

public XMLServiceProviderConfigResource(SCIMApplication application,
                                        ResourceStats resourceStats)
Create a new JAX-RS resource.

Parameters:
application - The SCIM JAX-RS application associated with this resource.
resourceStats - The ResourceStats instance to use.
Method Detail

doXmlGet

public javax.ws.rs.core.Response doXmlGet()
Implement the GET operation to fetch the configuration in XML format.

Returns:
The response to the request.


Copyright © 2011-2012 UnboundID. All Rights Reserved.