Tuscany Core

org.apache.tuscany.core.wire
Class TargetInvocationConfiguration

java.lang.Object
  extended by org.apache.tuscany.core.wire.InvocationConfiguration
      extended by org.apache.tuscany.core.wire.TargetInvocationConfiguration

public class TargetInvocationConfiguration
extends InvocationConfiguration

Contains a target-side invocation pipeline for a service operation.

Version:
$Rev: 394379 $ $Date: 2006-04-15 15:01:36 -0700 (Sat, 15 Apr 2006) $

Field Summary
 
Fields inherited from class org.apache.tuscany.core.wire.InvocationConfiguration
interceptorChainHead, interceptorChainTail, operation, requestHandlers, responseHandlers, targetInvoker
 
Constructor Summary
TargetInvocationConfiguration(Method operation)
          Creates an new target-side pipeline for the given operation
 
Method Summary
 void build()
          Prepares the configuration by linking interceptors and handlers
 
Methods inherited from class org.apache.tuscany.core.wire.InvocationConfiguration
addInterceptor, addRequestHandler, addResponseHandler, getHeadInterceptor, getMethod, getRequestHandlers, getResponseHandlers, getTailInterceptor, getTargetInvoker, setTargetInvoker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetInvocationConfiguration

public TargetInvocationConfiguration(Method operation)
Creates an new target-side pipeline for the given operation

Parameters:
operation - the method on the interface representing target service, where the method corresponds to the service operation
Method Detail

build

public void build()
Prepares the configuration by linking interceptors and handlers

Specified by:
build in class InvocationConfiguration

Tuscany Core

-