Tuscany Core

org.apache.tuscany.core.context
Interface ExternalServiceContext

All Superinterfaces:
Context, EventPublisher, Lifecycle
All Known Implementing Classes:
ExternalServiceContextImpl, SystemExternalServiceContext

public interface ExternalServiceContext
extends Context

Manages an external service

Version:
$Rev: 398828 $ $Date: 2006-05-02 02:49:04 -0400 (Tue, 02 May 2006) $

Field Summary
 
Fields inherited from interface org.apache.tuscany.core.context.Lifecycle
CONFIG_ERROR, ERROR, INITIALIZED, INITIALIZING, RUNNING, STARTED, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 java.lang.Object getHandler()
          Returns the handler responsible for flowing a request through the external service
 
Methods inherited from interface org.apache.tuscany.core.context.Context
getInstance
 
Methods inherited from interface org.apache.tuscany.core.context.EventPublisher
addListener, addListener, publish, removeListener
 
Methods inherited from interface org.apache.tuscany.core.context.Lifecycle
getLifecycleState, getName, setName, start, stop
 

Method Detail

getHandler

java.lang.Object getHandler()
                            throws TargetException
Returns the handler responsible for flowing a request through the external service

Throws:
TargetException

Tuscany Core

-