| java.lang.Object samples.message.MessageService
MessageService | public class MessageService (Code) | | Simple message-style service sample.
|
echoElements | public Element[] echoElements(Element[] elems)(Code) | | Service method, which simply echoes back any XML it receives.
Parameters: elems - an array of DOM Elements, one for each SOAP body element an array of DOM Elements to be sent in the response body |
|
|