| 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.AxisFaultpublic IRFTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IRFTaskStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprivate 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.RemoteExceptionpublic void updateGlobalConfig(RFGlobalConfigTO config) throws java.rmi.RemoteException
updateGlobalConfig in interface IRFTaskjava.rmi.RemoteExceptionpublic java.lang.String addRFConfig(RFConfig rfConfig) throws java.rmi.RemoteException
addRFConfig in interface IRFTaskjava.rmi.RemoteExceptionpublic void updateRFConfig(RFConfig rfConfig) throws java.rmi.RemoteException
updateRFConfig in interface IRFTaskjava.rmi.RemoteExceptionpublic void deleteRFConfig(java.lang.String keyID)
throws java.rmi.RemoteException
deleteRFConfig in interface IRFTaskjava.rmi.RemoteExceptionpublic RFConfig[] getAllRFConfigs() throws java.rmi.RemoteException
getAllRFConfigs in interface IRFTaskjava.rmi.RemoteExceptionpublic RFGlobalConfigTO getGlobalConfig() throws java.rmi.RemoteException
getGlobalConfig in interface IRFTaskjava.rmi.RemoteException