Package org.jibx.ws.transport.interceptor

Contains interfaces and classes that allow the input and output messages to be intercepted at the transport level.

See:
          Description

Interface Summary
InputStreamInterceptor Provides the ability to intercept the input stream for an inbound message.
OutputStreamInterceptor Provides the ability to intercept the output stream for an outbound message.
 

Class Summary
CopiedInputStreamInterceptor An interceptor that sniffs the input on the way through.
CopiedOutputStreamInterceptor An interceptor that sniffs the output on the way through.
 

Package org.jibx.ws.transport.interceptor Description

Contains interfaces and classes that allow the input and output messages to be intercepted at the transport level.



Project Web Site