| 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. |