org.mule.transport.soap.axis.style
Interface MessageService
- All Known Implementing Classes:
- DefaultMessageService
public interface MessageService
Simple message-style service sample.
Method Summary |
org.w3c.dom.Document |
document(org.w3c.dom.Document body)
|
org.w3c.dom.Element[] |
elementArray(org.w3c.dom.Element[] elems)
|
org.apache.axis.message.SOAPBodyElement[] |
soapBodyElement(org.apache.axis.message.SOAPBodyElement[] bodyElements)
Service methods, echo back any XML received. |
void |
soapRequestResponse(javax.xml.soap.SOAPEnvelope req,
javax.xml.soap.SOAPEnvelope resp)
|
soapBodyElement
org.apache.axis.message.SOAPBodyElement[] soapBodyElement(org.apache.axis.message.SOAPBodyElement[] bodyElements)
- Service methods, echo back any XML received.
document
org.w3c.dom.Document document(org.w3c.dom.Document body)
elementArray
org.w3c.dom.Element[] elementArray(org.w3c.dom.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-2010 MuleSoft, Inc.. All Rights Reserved.