Uses of Interface
org.smooks.engine.delivery.interceptor.AbstractInterceptorVisitor.Invocation
-
Packages that use AbstractInterceptorVisitor.Invocation Package Description org.smooks.engine.delivery.interceptor -
-
Uses of AbstractInterceptorVisitor.Invocation in org.smooks.engine.delivery.interceptor
Classes in org.smooks.engine.delivery.interceptor that implement AbstractInterceptorVisitor.Invocation Modifier and Type Class Description protected static classAbstractInterceptorVisitor.VisitAfterInvocationprotected static classAbstractInterceptorVisitor.VisitBeforeInvocationprotected static classAbstractInterceptorVisitor.VisitChildElementInvocationprotected static classAbstractInterceptorVisitor.VisitChildTextInvocationFields in org.smooks.engine.delivery.interceptor declared as AbstractInterceptorVisitor.Invocation Modifier and Type Field Description protected AbstractInterceptorVisitor.Invocation<org.smooks.api.resource.visitor.sax.ng.ParameterizedVisitor>StaticProxyInterceptor. getMaxNodeInvocationprotected AbstractInterceptorVisitor.Invocation<org.smooks.api.resource.visitor.Visitor>StaticProxyInterceptor. postExecutionLifecycleInvocationprotected AbstractInterceptorVisitor.Invocation<org.smooks.api.lifecycle.PostFragmentLifecycle>StaticProxyInterceptor. postFragmentLifecycleInvocationprotected AbstractInterceptorVisitor.Invocation<org.smooks.api.resource.visitor.Visitor>StaticProxyInterceptor. preExecutionLifecyleInvocationMethods in org.smooks.engine.delivery.interceptor with parameters of type AbstractInterceptorVisitor.Invocation Modifier and Type Method Description protected <T extends org.smooks.api.resource.visitor.Visitor>
ObjectAbstractInterceptorVisitor. intercept(AbstractInterceptorVisitor.Invocation<T> invocation, Object... args)protected <T extends org.smooks.api.resource.visitor.Visitor>
voidExceptionInterceptor. intercept(AbstractInterceptorVisitor.Invocation<T> invocation, org.smooks.api.ExecutionContext executionContext, String exceptionMessage, org.smooks.api.delivery.fragment.Fragment<?> fragment, VisitSequence visitSequence, Object... invocationArgs)protected <T extends org.smooks.api.resource.visitor.Visitor>
voidStreamSinkWriterInterceptor. intercept(AbstractInterceptorVisitor.Invocation<T> invocation, org.smooks.engine.delivery.interceptor.StreamSinkWriterInterceptor.StreamSinkWriterDelegateNode streamResultWriterDelegateNode, org.smooks.api.ExecutionContext executionContext)
-