amwebarsentitlementservice.webserviceadapter
Interface IServicePortType

All Known Implementing Classes:
ServiceToIServicePortAdapter

public interface IServicePortType

This is the interface of the WebService as defined by the customers WSDL file.


Method Summary
 attrlisterr getentitlements(attrlist credential, java.lang.String svcid, attrlist appcontext)
           
 attrlisterr initialize(list argv, attrlist svcInit)
           
 attrlisterr shutdown(list argv, attrlist svcInit)
           
 

Method Detail

initialize

public attrlisterr initialize(list argv,
                              attrlist svcInit)

shutdown

public attrlisterr shutdown(list argv,
                            attrlist svcInit)

getentitlements

public attrlisterr getentitlements(attrlist credential,
                                   java.lang.String svcid,
                                   attrlist appcontext)