uk.ac.soton.ecs.iam.grid.comms.client.helpers
Class SOAPInvocation

java.lang.Object
  extended by 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

Field Summary
 RemoteMethod method
           
 org.apache.axis.message.addressing.EndpointReferenceType target
           
 
Constructor Summary
SOAPInvocation(org.apache.axis.message.addressing.EndpointReferenceType target, RemoteMethod method)
           
 
Method Summary
 String getNewState()
          Get the new state of the resource as returned by the service.
 void setNewState(String newState)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

target

public final org.apache.axis.message.addressing.EndpointReferenceType target

method

public final RemoteMethod method
Constructor Detail

SOAPInvocation

public SOAPInvocation(org.apache.axis.message.addressing.EndpointReferenceType target,
                      RemoteMethod method)
Method Detail

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.