public class IListenersTaskStub extends org.apache.axis.client.Stub implements IListenersTask
Modifier and Type | Field and Description |
---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
Constructor and Description |
---|
IListenersTaskStub() |
IListenersTaskStub(javax.xml.rpc.Service service) |
IListenersTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
Modifier and Type | Method and Description |
---|---|
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
protected org.apache.axis.client.Call |
createCall() |
java.lang.String |
createListener(HttpListener listener) |
void |
deleteListener(java.lang.String keyID) |
HttpListener[] |
getAllListeners() |
HttpListener |
retrieveListener(java.lang.String keyID) |
void |
updateListener(HttpListener listener) |
void |
validateListeners(HttpListener[] newListeners) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IListenersTaskStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IListenersTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IListenersTaskStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
private void addSerial(java.lang.String xmlns, java.lang.String localname, java.lang.Class cls, java.lang.Object serializer, java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException
java.rmi.RemoteException
public void validateListeners(HttpListener[] newListeners) throws java.rmi.RemoteException
validateListeners
in interface IListenersTask
java.rmi.RemoteException
public java.lang.String createListener(HttpListener listener) throws java.rmi.RemoteException
createListener
in interface IListenersTask
java.rmi.RemoteException
public HttpListener retrieveListener(java.lang.String keyID) throws java.rmi.RemoteException
retrieveListener
in interface IListenersTask
java.rmi.RemoteException
public void deleteListener(java.lang.String keyID) throws java.rmi.RemoteException
deleteListener
in interface IListenersTask
java.rmi.RemoteException
public HttpListener[] getAllListeners() throws java.rmi.RemoteException
getAllListeners
in interface IListenersTask
java.rmi.RemoteException
public void updateListener(HttpListener listener) throws java.rmi.RemoteException
updateListener
in interface IListenersTask
java.rmi.RemoteException