org.fosstrak.epcis.soap
Interface EPCISServicePortType

All Known Implementing Classes:
QueryOperationsWebService

public interface EPCISServicePortType

This class was generated by Apache CXF (incubator) 2.0.4-incubator Wed Jan 30 15:43:44 CET 2008 Generated source version: 2.0.4-incubator


Method Summary
 ArrayOfString getQueryNames(EmptyParms parms)
           
 String getStandardVersion(EmptyParms parms)
           
 ArrayOfString getSubscriptionIDs(GetSubscriptionIDs parms)
           
 String getVendorVersion(EmptyParms parms)
           
 QueryResults poll(Poll parms)
           
 VoidHolder subscribe(Subscribe parms)
           
 VoidHolder unsubscribe(Unsubscribe parms)
           
 

Method Detail

getStandardVersion

String getStandardVersion(EmptyParms parms)
                          throws ImplementationExceptionResponse,
                                 SecurityExceptionResponse,
                                 ValidationExceptionResponse
Throws:
ImplementationExceptionResponse
SecurityExceptionResponse
ValidationExceptionResponse

poll

QueryResults poll(Poll parms)
                  throws ImplementationExceptionResponse,
                         QueryTooComplexExceptionResponse,
                         QueryTooLargeExceptionResponse,
                         SecurityExceptionResponse,
                         ValidationExceptionResponse,
                         NoSuchNameExceptionResponse,
                         QueryParameterExceptionResponse
Throws:
ImplementationExceptionResponse
QueryTooComplexExceptionResponse
QueryTooLargeExceptionResponse
SecurityExceptionResponse
ValidationExceptionResponse
NoSuchNameExceptionResponse
QueryParameterExceptionResponse

getQueryNames

ArrayOfString getQueryNames(EmptyParms parms)
                            throws ImplementationExceptionResponse,
                                   SecurityExceptionResponse,
                                   ValidationExceptionResponse
Throws:
ImplementationExceptionResponse
SecurityExceptionResponse
ValidationExceptionResponse

getSubscriptionIDs

ArrayOfString getSubscriptionIDs(GetSubscriptionIDs parms)
                                 throws ImplementationExceptionResponse,
                                        SecurityExceptionResponse,
                                        ValidationExceptionResponse,
                                        NoSuchNameExceptionResponse
Throws:
ImplementationExceptionResponse
SecurityExceptionResponse
ValidationExceptionResponse
NoSuchNameExceptionResponse

getVendorVersion

String getVendorVersion(EmptyParms parms)
                        throws ImplementationExceptionResponse,
                               SecurityExceptionResponse,
                               ValidationExceptionResponse
Throws:
ImplementationExceptionResponse
SecurityExceptionResponse
ValidationExceptionResponse

unsubscribe

VoidHolder unsubscribe(Unsubscribe parms)
                       throws ImplementationExceptionResponse,
                              SecurityExceptionResponse,
                              ValidationExceptionResponse,
                              NoSuchSubscriptionExceptionResponse
Throws:
ImplementationExceptionResponse
SecurityExceptionResponse
ValidationExceptionResponse
NoSuchSubscriptionExceptionResponse

subscribe

VoidHolder subscribe(Subscribe parms)
                     throws DuplicateSubscriptionExceptionResponse,
                            ImplementationExceptionResponse,
                            QueryTooComplexExceptionResponse,
                            SecurityExceptionResponse,
                            InvalidURIExceptionResponse,
                            ValidationExceptionResponse,
                            SubscribeNotPermittedExceptionResponse,
                            NoSuchNameExceptionResponse,
                            SubscriptionControlsExceptionResponse,
                            QueryParameterExceptionResponse
Throws:
DuplicateSubscriptionExceptionResponse
ImplementationExceptionResponse
QueryTooComplexExceptionResponse
SecurityExceptionResponse
InvalidURIExceptionResponse
ValidationExceptionResponse
SubscribeNotPermittedExceptionResponse
NoSuchNameExceptionResponse
SubscriptionControlsExceptionResponse
QueryParameterExceptionResponse


Copyright © 2010. All Rights Reserved.