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.AxisFault
public ITrustZoneTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public ITrustZoneTaskStub(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 java.lang.String addTrustZone(TrustZone trustZone) throws java.rmi.RemoteException
addTrustZone
in interface ITrustZoneTask
java.rmi.RemoteException
public AgentConfig[] getTrustZoneAgents(java.lang.String trustZoneID) throws java.rmi.RemoteException
getTrustZoneAgents
in interface ITrustZoneTask
java.rmi.RemoteException
public void reestablishTrust(java.lang.String trustZoneID) throws java.rmi.RemoteException
reestablishTrust
in interface ITrustZoneTask
java.rmi.RemoteException
public void updateTrustZone(TrustZone trustZone) throws java.rmi.RemoteException
updateTrustZone
in interface ITrustZoneTask
java.rmi.RemoteException
public void deleteTrustZone(java.lang.String trustZoneID) throws java.rmi.RemoteException
deleteTrustZone
in interface ITrustZoneTask
java.rmi.RemoteException
public TrustZone[] getAllTrustZones() throws java.rmi.RemoteException
getAllTrustZones
in interface ITrustZoneTask
java.rmi.RemoteException