com.tibco.amf.platform.runtime.extension.context
Interface ServiceEndpointContext

All Superinterfaces:
BaseContext, EndpointContext

public interface ServiceEndpointContext
extends EndpointContext

Endpoint context associated with component services.


Method Summary
 java.lang.String getServiceName()
          Provides the name of the service that the endpoint is associated with.
 
Methods inherited from interface com.tibco.amf.platform.runtime.extension.context.EndpointContext
getBindingContext, getEndpointURI, getInterface, getServiceReference, isInbound
 
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

getServiceName

java.lang.String getServiceName()
Provides the name of the service that the endpoint is associated with.

Returns:
the name of the service that the endpoint is associated with


Copyright © 2010 TIBCO Software Inc. All Rights Reserved.