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 |
---|
IRFTaskStub() |
IRFTaskStub(javax.xml.rpc.Service service) |
IRFTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addRFConfig(RFConfig rfConfig) |
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 |
deleteRFConfig(java.lang.String keyID) |
RFConfig[] |
getAllRFConfigs() |
RFGlobalConfigTO |
getGlobalConfig() |
void |
updateGlobalConfig(RFGlobalConfigTO config) |
void |
updateRFConfig(RFConfig rfConfig) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IRFTaskStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IRFTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IRFTaskStub(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 updateGlobalConfig(RFGlobalConfigTO config) throws java.rmi.RemoteException
updateGlobalConfig
in interface IRFTask
java.rmi.RemoteException
public java.lang.String addRFConfig(RFConfig rfConfig) throws java.rmi.RemoteException
addRFConfig
in interface IRFTask
java.rmi.RemoteException
public void updateRFConfig(RFConfig rfConfig) throws java.rmi.RemoteException
updateRFConfig
in interface IRFTask
java.rmi.RemoteException
public void deleteRFConfig(java.lang.String keyID) throws java.rmi.RemoteException
deleteRFConfig
in interface IRFTask
java.rmi.RemoteException
public RFConfig[] getAllRFConfigs() throws java.rmi.RemoteException
getAllRFConfigs
in interface IRFTask
java.rmi.RemoteException
public RFGlobalConfigTO getGlobalConfig() throws java.rmi.RemoteException
getGlobalConfig
in interface IRFTask
java.rmi.RemoteException