org.apache.servicemix.soap
Class SoapHelper
java.lang.Object
org.apache.servicemix.soap.SoapHelper
public class SoapHelper
- extends 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 |
IN_ONLY
public static final URI IN_ONLY
IN_OUT
public static final URI IN_OUT
ROBUST_IN_ONLY
public static final URI ROBUST_IN_ONLY
SoapHelper
public SoapHelper(SoapEndpoint endpoint)
getSoapMarshaler
public SoapMarshaler getSoapMarshaler()
getJBIMarshaler
public JBIMarshaler getJBIMarshaler()
onReceive
public MessageExchange onReceive(Context context)
throws Exception
- Throws:
Exception
onReply
public SoapMessage onReply(Context context,
NormalizedMessage outMsg)
throws Exception
- Throws:
Exception
onFault
public SoapMessage onFault(Context context,
SoapFault fault)
throws Exception
- Throws:
Exception
onSend
public void onSend(Context context)
throws Exception
- Throws:
Exception
onAnswer
public void onAnswer(Context context)
throws Exception
- Throws:
Exception
createContext
public Context createContext(SoapMessage message)
createContext
public Context createContext()
createExchange
protected MessageExchange createExchange(URI mep)
throws MessagingException
- Throws:
MessagingException
findOperation
protected javax.wsdl.Operation findOperation(Context context)
throws Exception
- Throws:
Exception
findOperationFor
protected javax.wsdl.Operation findOperationFor(javax.wsdl.PortType portType,
QName bodyName)
getDefinition
protected javax.wsdl.Definition getDefinition(ServiceEndpoint se)
throws javax.wsdl.WSDLException,
JBIException
- Throws:
javax.wsdl.WSDLException
JBIException
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.