epcglobal.ale.soap
Interface ALEServicePortType


public interface ALEServicePortType

This class was generated by the JAXWS SI. JAX-WS RI 2.0_01-b59-fcs Generated source version: 2.0


Method Summary
 VoidHolder define(Define parms)
           
 ECSpec getECSpec(GetECSpec parms)
           
 ArrayOfString getECSpecNames(EmptyParms parms)
           
 java.lang.String getStandardVersion(EmptyParms parms)
           
 ArrayOfString getSubscribers(GetSubscribers parms)
           
 java.lang.String getVendorVersion(EmptyParms parms)
           
 ECReports immediate(Immediate parms)
           
 ECReports poll(Poll parms)
           
 VoidHolder subscribe(Subscribe parms)
           
 VoidHolder undefine(Undefine parms)
           
 VoidHolder unsubscribe(Unsubscribe parms)
           
 

Method Detail

define

VoidHolder define(Define parms)
                  throws DuplicateNameExceptionResponse,
                         ECSpecValidationExceptionResponse,
                         ImplementationExceptionResponse,
                         SecurityExceptionResponse
Parameters:
parms -
Returns:
returns epcglobal.ale.soap.VoidHolder
Throws:
ECSpecValidationExceptionResponse
SecurityExceptionResponse
ImplementationExceptionResponse
DuplicateNameExceptionResponse

undefine

VoidHolder undefine(Undefine parms)
                    throws ImplementationExceptionResponse,
                           NoSuchNameExceptionResponse,
                           SecurityExceptionResponse
Parameters:
parms -
Returns:
returns epcglobal.ale.soap.VoidHolder
Throws:
SecurityExceptionResponse
ImplementationExceptionResponse
NoSuchNameExceptionResponse

getECSpec

ECSpec getECSpec(GetECSpec parms)
                 throws ImplementationExceptionResponse,
                        SecurityExceptionResponse
Parameters:
parms -
Returns:
returns epcglobal.ale.ECSpec
Throws:
SecurityExceptionResponse
ImplementationExceptionResponse

getECSpecNames

ArrayOfString getECSpecNames(EmptyParms parms)
                             throws ImplementationExceptionResponse,
                                    SecurityExceptionResponse
Parameters:
parms -
Returns:
returns epcglobal.ale.soap.ArrayOfString
Throws:
SecurityExceptionResponse
ImplementationExceptionResponse

subscribe

VoidHolder subscribe(Subscribe parms)
                     throws DuplicateSubscriptionExceptionResponse,
                            ImplementationExceptionResponse,
                            InvalidURIExceptionResponse,
                            NoSuchNameExceptionResponse,
                            SecurityExceptionResponse
Parameters:
parms -
Returns:
returns epcglobal.ale.soap.VoidHolder
Throws:
InvalidURIExceptionResponse
SecurityExceptionResponse
ImplementationExceptionResponse
NoSuchNameExceptionResponse
DuplicateSubscriptionExceptionResponse

unsubscribe

VoidHolder unsubscribe(Unsubscribe parms)
                       throws ImplementationExceptionResponse,
                              InvalidURIExceptionResponse,
                              NoSuchNameExceptionResponse,
                              NoSuchSubscriberExceptionResponse,
                              SecurityExceptionResponse
Parameters:
parms -
Returns:
returns epcglobal.ale.soap.VoidHolder
Throws:
InvalidURIExceptionResponse
NoSuchSubscriberExceptionResponse
SecurityExceptionResponse
ImplementationExceptionResponse
NoSuchNameExceptionResponse

poll

ECReports poll(Poll parms)
               throws ImplementationExceptionResponse,
                      NoSuchNameExceptionResponse,
                      SecurityExceptionResponse
Parameters:
parms -
Returns:
returns epcglobal.ale.ECReports
Throws:
SecurityExceptionResponse
ImplementationExceptionResponse
NoSuchNameExceptionResponse

immediate

ECReports immediate(Immediate parms)
                    throws ECSpecValidationExceptionResponse,
                           ImplementationExceptionResponse,
                           SecurityExceptionResponse
Parameters:
parms -
Returns:
returns epcglobal.ale.ECReports
Throws:
ECSpecValidationExceptionResponse
SecurityExceptionResponse
ImplementationExceptionResponse

getSubscribers

ArrayOfString getSubscribers(GetSubscribers parms)
                             throws ImplementationExceptionResponse,
                                    NoSuchNameExceptionResponse,
                                    SecurityExceptionResponse
Parameters:
parms -
Returns:
returns epcglobal.ale.soap.ArrayOfString
Throws:
SecurityExceptionResponse
ImplementationExceptionResponse
NoSuchNameExceptionResponse

getStandardVersion

java.lang.String getStandardVersion(EmptyParms parms)
                                    throws ImplementationExceptionResponse
Parameters:
parms -
Returns:
returns java.lang.String
Throws:
ImplementationExceptionResponse

getVendorVersion

java.lang.String getVendorVersion(EmptyParms parms)
                                  throws ImplementationExceptionResponse
Parameters:
parms -
Returns:
returns java.lang.String
Throws:
ImplementationExceptionResponse