org.mule.transport.soap.axis.style
Interface MessageService
- All Known Implementing Classes:
- DefaultMessageService
public interface MessageService
Simple message-style service sample.
soapBodyElement
org.apache.axis.message.SOAPBodyElement[] soapBodyElement(org.apache.axis.message.SOAPBodyElement[] bodyElements)
- Service methods, echo back any XML received.
document
Document document(Document body)
elementArray
Element[] elementArray(Element[] elems)
soapRequestResponse
void soapRequestResponse(javax.xml.soap.SOAPEnvelope req,
javax.xml.soap.SOAPEnvelope resp)
throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.