From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/core/wire/class-use/Interceptor.html | 465 --------------------- 1 file changed, 465 deletions(-) delete mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/class-use/Interceptor.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/class-use/Interceptor.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/class-use/Interceptor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/class-use/Interceptor.html deleted file mode 100644 index d62f2bde62..0000000000 --- a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/class-use/Interceptor.html +++ /dev/null @@ -1,465 +0,0 @@ - - - - - - - -Uses of Interface org.apache.tuscany.core.wire.Interceptor (Tuscany Core incubating-M1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Tuscany Core -
- - - -
-
-

-Uses of Interface
org.apache.tuscany.core.wire.Interceptor

-
- - - - - - - - - - - - - - - - - - - - - -
-Packages that use Interceptor
org.apache.tuscany.core.async.invocation  
org.apache.tuscany.core.extension  
org.apache.tuscany.core.wire  
org.apache.tuscany.core.wire.impl  
-  -

- - - - - -
-Uses of Interceptor in org.apache.tuscany.core.async.invocation
-  -

- - - - - - - - - -
Classes in org.apache.tuscany.core.async.invocation that implement Interceptor
- classAsyncInterceptor - -
-          A wire interceptor that uses a WorkManager to schedule asynchronous execution of invocations in Work instances.
-  -

- - - - - - - - - -
Methods in org.apache.tuscany.core.async.invocation with parameters of type Interceptor
- voidAsyncInterceptor.setNext(Interceptor next) - -
-           
-  -

- - - - - -
-Uses of Interceptor in org.apache.tuscany.core.extension
-  -

- - - - - - - - - - - - - -
Classes in org.apache.tuscany.core.extension that implement Interceptor
- classComponentTargetInvoker - -
-          Responsible for invoking an external service - TODO: virtualy identical to ExternalServiceTargetInvoker
- classExternalServiceTargetInvoker - -
-          Responsible for invoking an external service
-  -

- - - - - - - - - - - - - -
Methods in org.apache.tuscany.core.extension with parameters of type Interceptor
- voidComponentTargetInvoker.setNext(Interceptor next) - -
-           
- voidExternalServiceTargetInvoker.setNext(Interceptor next) - -
-           
-  -

- - - - - -
-Uses of Interceptor in org.apache.tuscany.core.wire
-  -

- - - - - - - - - -
Subinterfaces of Interceptor in org.apache.tuscany.core.wire
- interfaceTargetInvoker - -
-          Implementations are responsible for resolving a target and performing the actual invocation on it, for example, a - service component implementation instance or an external service client.
-  -

- - - - - - - - - - - - - -
Fields in org.apache.tuscany.core.wire declared as Interceptor
-protected  InterceptorInvocationConfiguration.interceptorChainHead - -
-           
-protected  InterceptorInvocationConfiguration.interceptorChainTail - -
-           
-  -

- - - - - - - - - - - - - - - - - -
Methods in org.apache.tuscany.core.wire that return Interceptor
- InterceptorInvocationConfiguration.getHeadInterceptor() - -
-          Returns the first interceptor in the chain
- InterceptorInvocationConfiguration.getTailInterceptor() - -
-          Returns the last interceptor in the chain
- InterceptorSourceInvocationConfiguration.getTargetInterceptor() - -
-          Returns the head target-side interceptor.
-  -

- - - - - - - - - - - - - - - - - -
Methods in org.apache.tuscany.core.wire with parameters of type Interceptor
- voidInvocationConfiguration.addInterceptor(Interceptor interceptor) - -
-          Adds an interceptor to the chain
- voidInterceptor.setNext(Interceptor next) - -
-          Sets the next interceptor.
- voidSourceInvocationConfiguration.setTargetInterceptor(Interceptor interceptor) - -
-          Sets the head interceptor of the target-side configuration for the wire.
-  -

- - - - - -
-Uses of Interceptor in org.apache.tuscany.core.wire.impl
-  -

- - - - - - - - - - - - - - - - - -
Classes in org.apache.tuscany.core.wire.impl that implement Interceptor
- classInvokerInterceptor - -
-          Serves as a tail interceptor on a target wire chain.
- classOneWayInterceptor - -
-          An interceptor that sends the wire Message down its request channel and does not expect a response.
- classRequestResponseInterceptor - -
-          An interceptor that first sends a message down its request channel then extracts the response from the - message and sends it down the response channel before returning it up the interceptor stack.
-  -

- - - - - - - - - - - - - - - - - -
Methods in org.apache.tuscany.core.wire.impl with parameters of type Interceptor
- voidInvokerInterceptor.setNext(Interceptor next) - -
-           
- voidOneWayInterceptor.setNext(Interceptor next) - -
-           
- voidRequestResponseInterceptor.setNext(Interceptor next) - -
-           
-  -

- - - - - - - - -
Constructors in org.apache.tuscany.core.wire.impl with parameters of type Interceptor
MessageDispatcher(Interceptor head) - -
-          Construct a handler that dispatches messages to an Interceptor stack.
-  -

-


- - - - - - - - - - - - - - - -
-Tuscany Core -
- - - -
-- - - -- cgit v1.2.3