Package org.osesb.test.echomessageservice.ejb20

Interface Summary
EchoMessageWS The Remote Interface for EchoMessageWSBean.
EchoMessageWSHome The Home Interface for EchoMessageWSBean.
EchoMessageWSLocal The Local Interface for EchoMessageWSBean.
EchoMessageWSLocalHome The LocalHome Interface for EchoMessageWSBean.
 

Class Summary
EchoMessageWSBean EchoMessageWSBean stateless session bean is configured as a test web service with the following methods:

echoMessage() expects XML text; it simply returns (echoes) the XML text. consumeMessage() expects XML text; it simply logs the XML text and returns void. echoMessageWithAttachments() echoes an XML message, possibly with attachments.