public class IRestServiceConfigTaskStub extends org.apache.axis.client.Stub implements IRestServiceConfigTask
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 |
---|
IRestServiceConfigTaskStub() |
IRestServiceConfigTaskStub(javax.xml.rpc.Service service) |
IRestServiceConfigTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addConfig(RestServiceConfig obj) |
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() |
void |
deleteConfig(java.lang.String keyID) |
RestServiceConfig[] |
getAllConfigs() |
RestServiceConfig |
getConfigByID(java.lang.String keyID) |
void |
updateConfig(RestServiceConfig obj) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IRestServiceConfigTaskStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IRestServiceConfigTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IRestServiceConfigTaskStub(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 updateConfig(RestServiceConfig obj) throws java.rmi.RemoteException
updateConfig
in interface IRestServiceConfigTask
java.rmi.RemoteException
public RestServiceConfig[] getAllConfigs() throws java.rmi.RemoteException
getAllConfigs
in interface IRestServiceConfigTask
java.rmi.RemoteException
public RestServiceConfig getConfigByID(java.lang.String keyID) throws java.rmi.RemoteException
getConfigByID
in interface IRestServiceConfigTask
java.rmi.RemoteException
public void deleteConfig(java.lang.String keyID) throws java.rmi.RemoteException
deleteConfig
in interface IRestServiceConfigTask
java.rmi.RemoteException
public java.lang.String addConfig(RestServiceConfig obj) throws java.rmi.RemoteException
addConfig
in interface IRestServiceConfigTask
java.rmi.RemoteException