org.jibx.ws.server
Class InterceptorDefinition
java.lang.Object
org.jibx.ws.server.ObjectDefinition
org.jibx.ws.server.InterceptorDefinition
public final class InterceptorDefinition
- extends ObjectDefinition
Generic definition of an interceptor for intercepting data, for example InputStreamInterceptor
and
OutputStreamInterceptor
s.
When using JiBX to configure the service, this is populated from the XML service definition document by JiBX
unmarshalling.
A new instance of the specified interceptor class will be constructed with the specified arguments for
each service instance. Since a separate interceptor class instance is created for each context these do not need to
be threadsafe - only one thread will call any given interceptor instance at a time. However, they do need to be
serially reusable.
InterceptorDefinition
public InterceptorDefinition()
- Constructor.