Package org.osesb.connectors.jaxrpc.attachments

jax-rpc client and server handlers that support attachments.

See:
          Description

Class Summary
AttachmentConstants Constants for the org.osesb.connectors.jaxrpc.attachment package.
AttachmentDescriptor An AttachmentDescriptor encapsulates a single SOAP attachment for processing by client-side and server-side handlers.
ByteArrayDataSource This Class extends javax.activation.DataSource.
JAXRPCClientAttachmentHandler JAXRPCClientAttachmentHandler is a jax-rpc, client-side handler with a handleRequest() method that adds attachments to an outgoing SOAPMessage and a handleResponse() method that detaches attachments from an incoming SOAPMessage.
JAXRPCServerAttachmentHandler JAXRPCServerAttachmentHandler is a jax-rpc, server-side handler with a handleRequest() method that detaches attachments from the incoming SOAPMessage and makes the attachments available to the service end point and a handleResponse() method that puts attachments in the response SOAPMessage that were added by the service end point.
JAXRPCServerAttachmentHandler.AttachmentListWrapper requestAttachmentList and responseAttachmentList are ThreadLocal variables that hold the attachments that were processed by this handler's handleRequest() and handleResponse() methods, respectively.
 

Package org.osesb.connectors.jaxrpc.attachments Description

jax-rpc client and server handlers that support attachments.