org.mule.providers.soap.axis.style
Interface MessageService

All Known Implementing Classes:
DefaultMessageService

public interface MessageService

Simple message-style service sample.


Method Summary
 Document document(Document body)
           
 Element[] elementArray(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)
           
 

Method Detail

soapBodyElement

public org.apache.axis.message.SOAPBodyElement[] soapBodyElement(org.apache.axis.message.SOAPBodyElement[] bodyElements)
Service methods, echo back any XML received.


document

public Document document(Document body)

elementArray

public Element[] elementArray(Element[] elems)

soapRequestResponse

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