Version: 1.1.1

org.biomoby.w3c.addressing
Class EndpointReference

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

Constructor Summary
EndpointReference()
          Default Constructor
 
Method Summary
static EndpointReference createFromXML(Object xmlData)
           
 String getAddress()
           
 String getServiceInvocationId()
           
 void setAddress(String address)
           
 void setServiceInvocationId(String serviceInvocationId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointReference

public EndpointReference()
Default Constructor

Method Detail

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

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010