Version: 1.1.1

org.inb.biomoby.shared.wsrf
Class MobyEndpointReference

java.lang.Object
  extended by org.inb.biomoby.shared.wsrf.MobyEndpointReference

public class MobyEndpointReference
extends Object

The class is used to extract "url" address and "ServiceInvocationId" parameter from W3CEndpointReference

Author:
Dmitry Repchevsky

Field Summary
 String expression
           
 String invocationId
           
 W3CEndpointReference ref
           
static String REF_PARAM_NAME
           
 String url
           
static String XPATH_PARAM_NAME
           
 
Constructor Summary
MobyEndpointReference(String url, String invocationId, String expression)
           
MobyEndpointReference(W3CEndpointReference ref)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REF_PARAM_NAME

public static final String REF_PARAM_NAME
See Also:
Constant Field Values

XPATH_PARAM_NAME

public static final String XPATH_PARAM_NAME
See Also:
Constant Field Values

ref

public final W3CEndpointReference ref

url

public final String url

invocationId

public final String invocationId

expression

public final String expression
Constructor Detail

MobyEndpointReference

public MobyEndpointReference(String url,
                             String invocationId,
                             String expression)

MobyEndpointReference

public MobyEndpointReference(W3CEndpointReference ref)
                      throws ParserConfigurationException
Throws:
ParserConfigurationException

Version: 1.1.1

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