|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndpointContext
Defines the context for endpoints, this interface is extended by ServiceEndpointContext
and
ReferenceEndpointContext
.
Method Summary | ||
---|---|---|
BindingContext |
getBindingContext()
Provides the configuration of the endpoint. |
|
java.lang.String |
getEndpointURI()
Returns the endpoint URI using the SCA syntax. |
|
com.tibco.amf.sca.model.extensionpoints.Interface |
getInterface()
Returns the interface configured with this endpoint. |
|
|
getServiceReference(java.lang.Class<B> businessInterface)
Returns a ServiceReference for the endpoint to communicate with the component attached to this endpoint. |
|
boolean |
isInbound()
Returns true if the endpoint is an inbound endpoint. |
Methods inherited from interface com.tibco.amf.platform.runtime.extension.context.BaseContext |
---|
createMutableRequestContext, createMutableRequestContext, createRequestContextFromBytes, getApplicationName, getBundleContext, getClassLoader, getComponentName, getComponentRevision, getComponentVersion, getContextLogger, getDesignURI, getEnvironmentName, getHostName, getLifeCycleEvent, getLogger, getMBeanServer, getMessageLogger, getNodeName, getPolicies, getPolicyProperty, getProperty, getPropertyNames, getResourceAdapter, getTransactionManager, getTypeDisplayName, getURI, getURLToFileConverter, getUserTransaction, getWorkArea |
Method Detail |
---|
java.lang.String getEndpointURI()
BindingContext getBindingContext()
com.tibco.amf.sca.model.extensionpoints.Interface getInterface()
boolean isInbound()
<B> org.osoa.sca.ServiceReference<B> getServiceReference(java.lang.Class<B> businessInterface)
B
- the Java type of the business interfacebusinessInterface
- the interface that will be used to invoke the service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |