org.biomoby.w3c.addressing
Class EndpointReference
java.lang.Object
org.biomoby.w3c.addressing.EndpointReference
public class EndpointReference
- extends Object
This class models the EndpointReference object described in the WSRF
addressing protocol. Only things relevant to BioMOBY async services has been
included.
- Author:
- Eddie
EndpointReference
public EndpointReference()
- Default Constructor
getAddress
public String getAddress()
- Returns:
- the address - this is meant to be used as the 'To' address when
interacting with WSRF
setAddress
public void setAddress(String address)
- Parameters:
address
- the address to set
getServiceInvocationId
public String getServiceInvocationId()
- Returns:
- the serviceInvocationId
setServiceInvocationId
public void setServiceInvocationId(String serviceInvocationId)
- Parameters:
serviceInvocationId
- the serviceInvocationId to set
createFromXML
public static EndpointReference createFromXML(Object xmlData)
throws MobyException
- Parameters:
xmlData
- the xml to be used in creating the EndpointReference object
- Returns:
- an EndpointReference object
- Throws:
MobyException
- if there is a problem parsing the XML
toString
public String toString()
- Overrides:
toString
in class Object
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010