com.ibm.soa.parlayx21.common
Class SimpleReference
java.lang.Object
com.ibm.soa.parlayx21.common.SimpleReference
- All Implemented Interfaces:
- java.io.Serializable
public class SimpleReference
- extends java.lang.Object
- implements java.io.Serializable
The simple reference that refers to a remote web service object.
For those services that require a reference to a Web Service the information required to create the endpoint information is contained in this type.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleReference
public SimpleReference()
getEndpoint
public java.net.URI getEndpoint()
setEndpoint
public void setEndpoint(java.net.URI endpoint)
getInterfaceName
public java.lang.String getInterfaceName()
setInterfaceName
public void setInterfaceName(java.lang.String interfaceName)
getCorrelator
public java.lang.String getCorrelator()
setCorrelator
public void setCorrelator(java.lang.String correlator)
Copyright © 2003 IBM Corp. All Rights Reserved.