Package org.osesb.test.soapjmsreceiverservice.ejb20

Interface Summary
SOAPJMSReceiverWS The Remote Interface for SOAPJMSReceiverWSBean.
SOAPJMSReceiverWSHome The Home Interface for SOAPJMSReceiverWSBean.
SOAPJMSReceiverWSLocal The Local Interface for SOAPJMSReceiverWSBean.
SOAPJMSReceiverWSLocalHome The LocalHome Interface for SOAPJMSReceiverWSBean.
 

Class Summary
SOAPJMSReceiverWSBean SOAPJMSReceiverWSBean is a stateless session bean is configured as a test web service that processes SOAPMessages onto a JMS Destination as follows:

SOAPJMSReceiver includes environment properties for configuring the target JMS Destination. SOAPJMSReceiverWSBean exposes a single method, receiveMessage() which accepts XML as an argument. SOAPMessages without attachments are processed into JMS TextMessage(s). The SOAPJMSReceiver is configured with a JAXRPCServerAttachmentHandler in order to processes attachments in the incoming SOAPMessage.