Uses of Interface
com.tibco.amf.platform.runtime.extension.context.EndpointReference

Packages that use EndpointReference
com.tibco.amf.platform.runtime.extension.context   
 

Uses of EndpointReference in com.tibco.amf.platform.runtime.extension.context
 

Methods in com.tibco.amf.platform.runtime.extension.context that return EndpointReference
<E> EndpointReference<E>
RequestContext.getEndpointReference(java.lang.Class<E> elementType)
          Provides the EndpointReference of the request.
<E> EndpointReference<E>
RequestContext.getFaultEndpointReference(java.lang.Class<E> elementType)
          Provides the EndpointReference of the reply in case of fault.
<E> EndpointReference<E>
RequestContext.getReplyEndpointReference(java.lang.Class<E> elementType)
          Provides the EndpointReference of the reply.
 

Methods in com.tibco.amf.platform.runtime.extension.context with parameters of type EndpointReference
<T> void
MutableRequestContext.setEndpointReference(EndpointReference<T> endpointReference)
          Sets the EndpointReference of the request.
<T> void
MutableRequestContext.setFaultEndpointReference(EndpointReference<T> endpointReference)
          Sets the EndpointReference of the reply in case of fault.
<T> void
MutableRequestContext.setReplyEndpointReference(EndpointReference<T> endpointReference)
          Sets the EndpointReference of the reply.
 



Copyright © 2010 TIBCO Software Inc. All Rights Reserved.