com.ibm.soa.parlayx21.common
Class SimpleReference

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

Constructor Summary
SimpleReference()
           
 
Method Summary
 java.lang.String getCorrelator()
           
 java.net.URI getEndpoint()
           
 java.lang.String getInterfaceName()
           
 void setCorrelator(java.lang.String correlator)
           
 void setEndpoint(java.net.URI endpoint)
           
 void setInterfaceName(java.lang.String interfaceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleReference

public SimpleReference()
Method Detail

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.