com.unboundid.scim.sdk.examples
Class ClientExample

java.lang.Object
  extended by com.unboundid.scim.sdk.examples.ClientExample

public class ClientExample
extends Object

A simple client example.


Nested Class Summary
static class ClientExample.DeviceResource
          A device resource extension.
 
Field Summary
static ResourceFactory<ClientExample.DeviceResource> DEVICE_RESOURCE_FACTORY
          The resource factory that can be used to create device resource instances.
 
Constructor Summary
ClientExample()
           
 
Method Summary
static void main(String[] args)
          The main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEVICE_RESOURCE_FACTORY

public static final ResourceFactory<ClientExample.DeviceResource> DEVICE_RESOURCE_FACTORY
The resource factory that can be used to create device resource instances.

Constructor Detail

ClientExample

public ClientExample()
Method Detail

main

public static void main(String[] args)
                 throws Exception
The main method.

Parameters:
args - Parameters for the application.
Throws:
Exception - If an error occurs.


Copyright © 2011-2012 UnboundID. All Rights Reserved.