org.apache.tuscany.core.wire
Class TargetInvocationConfiguration
java.lang.Object
org.apache.tuscany.core.wire.InvocationConfiguration
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) $
Method Summary |
void |
build()
Prepares the configuration by linking interceptors and handlers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
build
public void build()
- Prepares the configuration by linking interceptors and handlers
- Specified by:
build
in class InvocationConfiguration
-