org.oasis.wsn
Class NotificationProducerSOAPBindingStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended byorg.oasis.wsn.NotificationProducerSOAPBindingStub
All Implemented Interfaces:
NotificationProducer, Remote, Stub

public class NotificationProducerSOAPBindingStub
extends Stub
implements NotificationProducer


Field Summary
(package private) static OperationDesc[] _operations
           
private  Vector cachedDeserFactories
           
private  Vector cachedSerClasses
           
private  Vector cachedSerFactories
           
private  Vector cachedSerQNames
           
 
Fields inherited from class org.apache.axis.client.Stub
cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
NotificationProducerSOAPBindingStub()
           
NotificationProducerSOAPBindingStub(Service service)
           
NotificationProducerSOAPBindingStub(URL endpointURL, Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
protected  Call createCall()
           
 GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
           
 GetResourcePropertyResponse getResourceProperty(QName getResourcePropertyRequest)
           
 SubscribeResponse subscribe(Subscribe subscribeRequest)
           
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachedSerClasses

private Vector cachedSerClasses

cachedSerQNames

private Vector cachedSerQNames

cachedSerFactories

private Vector cachedSerFactories

cachedDeserFactories

private Vector cachedDeserFactories

_operations

static OperationDesc[] _operations
Constructor Detail

NotificationProducerSOAPBindingStub

public NotificationProducerSOAPBindingStub()
                                    throws AxisFault

NotificationProducerSOAPBindingStub

public NotificationProducerSOAPBindingStub(URL endpointURL,
                                           Service service)
                                    throws AxisFault

NotificationProducerSOAPBindingStub

public NotificationProducerSOAPBindingStub(Service service)
                                    throws AxisFault
Method Detail

_initOperationDesc1

private static void _initOperationDesc1()

createCall

protected Call createCall()
                   throws RemoteException
Throws:
RemoteException

getResourceProperty

public GetResourcePropertyResponse getResourceProperty(QName getResourcePropertyRequest)
                                                throws RemoteException,
                                                       InvalidResourcePropertyQNameFaultType,
                                                       ResourceUnknownFaultType
Specified by:
getResourceProperty in interface NotificationProducer
Throws:
RemoteException
InvalidResourcePropertyQNameFaultType
ResourceUnknownFaultType

subscribe

public SubscribeResponse subscribe(Subscribe subscribeRequest)
                            throws RemoteException,
                                   TopicNotSupportedFaultType,
                                   InvalidTopicExpressionFaultType,
                                   SubscribeCreationFailedFaultType,
                                   ResourceUnknownFaultType,
                                   TopicPathDialectUnknownFaultType
Specified by:
subscribe in interface NotificationProducer
Throws:
RemoteException
TopicNotSupportedFaultType
InvalidTopicExpressionFaultType
SubscribeCreationFailedFaultType
ResourceUnknownFaultType
TopicPathDialectUnknownFaultType

getCurrentMessage

public GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
                                            throws RemoteException,
                                                   TopicNotSupportedFaultType,
                                                   InvalidTopicExpressionFaultType,
                                                   NoCurrentMessageOnTopicFaultType,
                                                   ResourceUnknownFaultType
Specified by:
getCurrentMessage in interface NotificationProducer
Throws:
RemoteException
TopicNotSupportedFaultType
InvalidTopicExpressionFaultType
NoCurrentMessageOnTopicFaultType
ResourceUnknownFaultType