public class IJavaPlugInTaskStub extends org.apache.axis.client.Stub implements IJavaPlugInTask
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 |
---|
IJavaPlugInTaskStub() |
IJavaPlugInTaskStub(javax.xml.rpc.Service service) |
IJavaPlugInTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addPlugin(JavaPluginLC plugin) |
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
JavaPluginInstance |
computeDepencies(JavaPluginInstance javaPlugin) |
protected org.apache.axis.client.Call |
createCall() |
void |
deletePlugin(java.lang.String keyID) |
BaseData[] |
findReferencedObjects(java.lang.String message,
boolean validateExistence) |
JavaPluginLC[] |
getAllPlugins(boolean filterHidden) |
JavaPluginType[] |
getAvailablePluginTypes() |
JavaPluginLC[] |
getPlugins(JavaPluginType type) |
JavaPluginType |
getPluginType(JavaPluginLC plugin) |
void |
updatePlugin(JavaPluginLC pluginLC) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IJavaPlugInTaskStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IJavaPlugInTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IJavaPlugInTaskStub(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 BaseData[] findReferencedObjects(java.lang.String message, boolean validateExistence) throws java.rmi.RemoteException
findReferencedObjects
in interface IJavaPlugInTask
java.rmi.RemoteException
public JavaPluginType[] getAvailablePluginTypes() throws java.rmi.RemoteException
getAvailablePluginTypes
in interface IJavaPlugInTask
java.rmi.RemoteException
public java.lang.String addPlugin(JavaPluginLC plugin) throws java.rmi.RemoteException
addPlugin
in interface IJavaPlugInTask
java.rmi.RemoteException
public JavaPluginType getPluginType(JavaPluginLC plugin) throws java.rmi.RemoteException
getPluginType
in interface IJavaPlugInTask
java.rmi.RemoteException
public void updatePlugin(JavaPluginLC pluginLC) throws java.rmi.RemoteException
updatePlugin
in interface IJavaPlugInTask
java.rmi.RemoteException
public JavaPluginInstance computeDepencies(JavaPluginInstance javaPlugin) throws java.rmi.RemoteException
computeDepencies
in interface IJavaPlugInTask
java.rmi.RemoteException
public void deletePlugin(java.lang.String keyID) throws java.rmi.RemoteException
deletePlugin
in interface IJavaPlugInTask
java.rmi.RemoteException
public JavaPluginLC[] getPlugins(JavaPluginType type) throws java.rmi.RemoteException
getPlugins
in interface IJavaPlugInTask
java.rmi.RemoteException
public JavaPluginLC[] getAllPlugins(boolean filterHidden) throws java.rmi.RemoteException
getAllPlugins
in interface IJavaPlugInTask
java.rmi.RemoteException