IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sibx.smobo
Interface EndpointLookupContextType


public interface EndpointLookupContextType

A representation of the model object 'Endpoint Lookup Context Type'.

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 com.ibm.wsspi.sca.addressing.EndpointReferenceType getEndpointReference()
          Returns the value of the 'Endpoint Reference' containment reference.
 RegistryAnnotationsType getRegistryAnnotations()
          Returns the value of the 'Registry Annotations' containment reference.
 void setEndpointReference(com.ibm.wsspi.sca.addressing.EndpointReferenceType value)
          Sets the value of the 'Endpoint Reference' containment reference.
 void setRegistryAnnotations(RegistryAnnotationsType value)
          Sets the value of the 'Registry Annotations' containment reference.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getEndpointReference

com.ibm.wsspi.sca.addressing.EndpointReferenceType getEndpointReference()
Returns the value of the 'Endpoint Reference' containment reference.

Returns:
the value of the 'Endpoint Reference' containment reference.
See Also:
setEndpointReference(EndpointReferenceType)

setEndpointReference

void setEndpointReference(com.ibm.wsspi.sca.addressing.EndpointReferenceType value)
Sets the value of the 'Endpoint Reference' containment reference.

Parameters:
value - the new value of the 'Endpoint Reference' containment reference.
See Also:
getEndpointReference()

getRegistryAnnotations

RegistryAnnotationsType getRegistryAnnotations()
Returns the value of the 'Registry Annotations' containment reference.

Returns:
the value of the 'Registry Annotations' containment reference.
See Also:
setRegistryAnnotations(RegistryAnnotationsType)

setRegistryAnnotations

void setRegistryAnnotations(RegistryAnnotationsType value)
Sets the value of the 'Registry Annotations' containment reference.

Parameters:
value - the new value of the 'Registry Annotations' containment reference.
See Also:
getRegistryAnnotations()

IBM WebSphere Application ServerTM
Release 7