org.fosstrak.ale.wsdl.ale.epcglobal
Interface ALEServicePortType


public interface ALEServicePortType

This class was generated by Apache CXF 2.0.9 Tue Aug 18 01:01:08 CEST 2009 Generated source version: 2.0.9


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

undefine

VoidHolder undefine(Undefine parms)
                    throws ImplementationExceptionResponse,
                           NoSuchNameExceptionResponse,
                           SecurityExceptionResponse
Throws:
ImplementationExceptionResponse
NoSuchNameExceptionResponse
SecurityExceptionResponse

getECSpecNames

ArrayOfString getECSpecNames(EmptyParms parms)
                             throws ImplementationExceptionResponse,
                                    SecurityExceptionResponse
Throws:
ImplementationExceptionResponse
SecurityExceptionResponse

immediate

ECReports immediate(Immediate parms)
                    throws ImplementationExceptionResponse,
                           SecurityExceptionResponse,
                           ECSpecValidationExceptionResponse
Throws:
ImplementationExceptionResponse
SecurityExceptionResponse
ECSpecValidationExceptionResponse

define

VoidHolder define(Define parms)
                  throws ImplementationExceptionResponse,
                         SecurityExceptionResponse,
                         ECSpecValidationExceptionResponse,
                         DuplicateNameExceptionResponse
Throws:
ImplementationExceptionResponse
SecurityExceptionResponse
ECSpecValidationExceptionResponse
DuplicateNameExceptionResponse

unsubscribe

VoidHolder unsubscribe(Unsubscribe parms)
                       throws ImplementationExceptionResponse,
                              NoSuchNameExceptionResponse,
                              NoSuchSubscriberExceptionResponse,
                              SecurityExceptionResponse,
                              InvalidURIExceptionResponse
Throws:
ImplementationExceptionResponse
NoSuchNameExceptionResponse
NoSuchSubscriberExceptionResponse
SecurityExceptionResponse
InvalidURIExceptionResponse

getECSpec

ECSpec getECSpec(GetECSpec parms)
                 throws ImplementationExceptionResponse,
                        NoSuchNameExceptionResponse,
                        SecurityExceptionResponse
Throws:
ImplementationExceptionResponse
NoSuchNameExceptionResponse
SecurityExceptionResponse

getVendorVersion

java.lang.String getVendorVersion(EmptyParms parms)
                                  throws ImplementationExceptionResponse
Throws:
ImplementationExceptionResponse

getSubscribers

ArrayOfString getSubscribers(GetSubscribers parms)
                             throws ImplementationExceptionResponse,
                                    NoSuchNameExceptionResponse,
                                    SecurityExceptionResponse
Throws:
ImplementationExceptionResponse
NoSuchNameExceptionResponse
SecurityExceptionResponse

poll

ECReports poll(Poll parms)
               throws ImplementationExceptionResponse,
                      NoSuchNameExceptionResponse,
                      SecurityExceptionResponse
Throws:
ImplementationExceptionResponse
NoSuchNameExceptionResponse
SecurityExceptionResponse

getStandardVersion

java.lang.String getStandardVersion(EmptyParms parms)
                                    throws ImplementationExceptionResponse
Throws:
ImplementationExceptionResponse

subscribe

VoidHolder subscribe(Subscribe parms)
                     throws ImplementationExceptionResponse,
                            NoSuchNameExceptionResponse,
                            DuplicateSubscriptionExceptionResponse,
                            SecurityExceptionResponse,
                            InvalidURIExceptionResponse
Throws:
ImplementationExceptionResponse
NoSuchNameExceptionResponse
DuplicateSubscriptionExceptionResponse
SecurityExceptionResponse
InvalidURIExceptionResponse


Copyright © 2009. All Rights Reserved.