public class ITrustZoneTaskStub extends org.apache.axis.client.Stub implements ITrustZoneTask
| 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 |
|---|
ITrustZoneTaskStub() |
ITrustZoneTaskStub(javax.xml.rpc.Service service) |
ITrustZoneTaskStub(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) |
java.lang.String |
addTrustZone(TrustZone trustZone) |
protected org.apache.axis.client.Call |
createCall() |
void |
deleteTrustZone(java.lang.String trustZoneID) |
TrustZone[] |
getAllTrustZones() |
AgentConfig[] |
getTrustZoneAgents(java.lang.String trustZoneID) |
void |
reestablishTrust(java.lang.String trustZoneID) |
void |
updateTrustZone(TrustZone trustZone) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public ITrustZoneTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ITrustZoneTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ITrustZoneTaskStub(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 java.lang.String addTrustZone(TrustZone trustZone) throws java.rmi.RemoteException
addTrustZone in interface ITrustZoneTaskjava.rmi.RemoteExceptionpublic AgentConfig[] getTrustZoneAgents(java.lang.String trustZoneID) throws java.rmi.RemoteException
getTrustZoneAgents in interface ITrustZoneTaskjava.rmi.RemoteExceptionpublic void reestablishTrust(java.lang.String trustZoneID)
throws java.rmi.RemoteException
reestablishTrust in interface ITrustZoneTaskjava.rmi.RemoteExceptionpublic void updateTrustZone(TrustZone trustZone) throws java.rmi.RemoteException
updateTrustZone in interface ITrustZoneTaskjava.rmi.RemoteExceptionpublic void deleteTrustZone(java.lang.String trustZoneID)
throws java.rmi.RemoteException
deleteTrustZone in interface ITrustZoneTaskjava.rmi.RemoteExceptionpublic TrustZone[] getAllTrustZones() throws java.rmi.RemoteException
getAllTrustZones in interface ITrustZoneTaskjava.rmi.RemoteException