uk.ac.soton.ecs.iam.grid.comms.client.helpers
Class SOAPInvocation
java.lang.Object
uk.ac.soton.ecs.iam.grid.comms.client.helpers.SOAPInvocation
- All Implemented Interfaces:
- Invocation
public class SOAPInvocation
- extends Object
- implements Invocation
Details of an operation on a remote resource.
- Since:
- 5.3
- See Also:
InvocationListener
target
public final org.apache.axis.message.addressing.EndpointReferenceType target
method
public final RemoteMethod method
SOAPInvocation
public SOAPInvocation(org.apache.axis.message.addressing.EndpointReferenceType target,
RemoteMethod method)
toString
public String toString()
- Overrides:
toString in class Object
getNewState
public String getNewState()
- Get the new state of the resource as returned by the service.
This field is now set until
InvocationListener.invocationDone(uk.ac.soton.ecs.iam.grid.comms.client.helpers.Invocation) is called.
- Returns:
- the new state, or null if the service didn't return a state
setNewState
public void setNewState(String newState)
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.