org.apache.servicemix.soap
Class SoapHelper
java.lang.Object
org.apache.servicemix.soap.SoapHelper
public class SoapHelper
- extends java.lang.Object
Helper class for working with soap endpoints
- Since:
- 3.0
- Version:
- $Revision: 1.5 $
- Author:
- Guillaume Nodet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapHelper
public SoapHelper(SoapEndpoint endpoint)
getSoapMarshaler
public SoapMarshaler getSoapMarshaler()
getJBIMarshaler
public JBIMarshaler getJBIMarshaler()
onReceive
public javax.jbi.messaging.MessageExchange onReceive(Context context)
throws java.lang.Exception
- Throws:
java.lang.Exception
onReply
public SoapMessage onReply(Context context,
javax.jbi.messaging.NormalizedMessage outMsg)
throws java.lang.Exception
- Throws:
java.lang.Exception
onFault
public SoapMessage onFault(Context context,
SoapFault fault)
throws java.lang.Exception
- Throws:
java.lang.Exception
onSend
public void onSend(Context context)
throws java.lang.Exception
- Throws:
java.lang.Exception
onAnswer
public void onAnswer(Context context)
throws java.lang.Exception
- Throws:
java.lang.Exception
createContext
public Context createContext(SoapMessage message)
createContext
public Context createContext()
createExchange
protected javax.jbi.messaging.MessageExchange createExchange(java.net.URI mep)
throws javax.jbi.messaging.MessagingException
- Throws:
javax.jbi.messaging.MessagingException
findOperation
protected javax.wsdl.Operation findOperation(Context context)
throws java.lang.Exception
- Throws:
java.lang.Exception
findOperationFor
protected javax.wsdl.Operation findOperationFor(javax.wsdl.PortType portType,
javax.xml.namespace.QName bodyName)
getDefinition
protected javax.wsdl.Definition getDefinition(javax.jbi.servicedesc.ServiceEndpoint se)
throws javax.wsdl.WSDLException,
javax.jbi.JBIException
- Throws:
javax.wsdl.WSDLException
javax.jbi.JBIException
Copyright © 2005-2012 FuseSource. All Rights Reserved.