amwebarsentitlementservice.webserviceadapter
Class ServiceToIServicePortAdapter

java.lang.Object
  |
  +--amwebarsentitlementservice.webserviceadapter.ServiceToIServicePortAdapter
All Implemented Interfaces:
IServicePortType

public class ServiceToIServicePortAdapter
extends java.lang.Object
implements IServicePortType

This Adapter translates the Interface generated out of the Access Managers WSDL file to the AMWebARSEntitlementService interface. The class names used in the adapter partially aren't conform to the Java naming conventions. This is because the classes of the WebInterface are generated by GLUE out of the WSDL file given.


Constructor Summary
ServiceToIServicePortAdapter()
          Generates the Adapter using the default implementation of the AMWebARSEntitlementService.
ServiceToIServicePortAdapter(AMWebARSEntitlementService service)
          Constructor for ServiceToIServicePortAdapter.
 
Method Summary
 attrlisterr getentitlements(attrlist credential, java.lang.String svcid, attrlist appcontext)
           
 attrlisterr initialize(list argv, attrlist svcInit)
           
 attrlisterr shutdown(list argv, attrlist svcInit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceToIServicePortAdapter

public ServiceToIServicePortAdapter()
Generates the Adapter using the default implementation of the AMWebARSEntitlementService.

ServiceToIServicePortAdapter

public ServiceToIServicePortAdapter(AMWebARSEntitlementService service)
Constructor for ServiceToIServicePortAdapter.
Method Detail

initialize

public attrlisterr initialize(list argv,
                              attrlist svcInit)
Specified by:
initialize in interface IServicePortType
See Also:
IServicePortType.initialize(list, attrlist)

shutdown

public attrlisterr shutdown(list argv,
                            attrlist svcInit)
Specified by:
shutdown in interface IServicePortType
See Also:
IServicePortType.shutdown(list, attrlist)

getentitlements

public attrlisterr getentitlements(attrlist credential,
                                   java.lang.String svcid,
                                   attrlist appcontext)
Specified by:
getentitlements in interface IServicePortType
See Also:
IServicePortType.getentitlements(attrlist, String, attrlist)