| Package | Description |
|---|---|
| org.apache.servicemix.soap |
The core API and classes for the SOAP stack
|
| org.apache.servicemix.soap.handlers | |
| org.apache.servicemix.soap.handlers.addressing | |
| org.apache.servicemix.soap.handlers.security |
| Modifier and Type | Method and Description |
|---|---|
Context |
SoapHelper.createContext() |
Context |
SoapHelper.createContext(SoapMessage message) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.wsdl.Operation |
SoapHelper.findOperation(Context context) |
void |
SoapHelper.onAnswer(Context context) |
void |
Handler.onAnswer(Context context) |
void |
Handler.onFault(Context context) |
SoapMessage |
SoapHelper.onFault(Context context,
SoapFault fault) |
javax.jbi.messaging.MessageExchange |
SoapHelper.onReceive(Context context) |
void |
Handler.onReceive(Context context) |
void |
Handler.onReply(Context context) |
SoapMessage |
SoapHelper.onReply(Context context,
javax.jbi.messaging.NormalizedMessage outMsg) |
void |
SoapHelper.onSend(Context context) |
void |
Handler.onSend(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractHandler.onAnswer(Context context) |
void |
AbstractHandler.onFault(Context context) |
void |
AbstractHandler.onReceive(Context context) |
void |
AbstractHandler.onReply(Context context) |
void |
AbstractHandler.onSend(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressingHandler.onReceive(Context context) |
void |
AddressingHandler.onReply(Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WSSecurityHandler.init(Context context) |
void |
WSSecurityHandler.onAnswer(Context context) |
void |
WSSecurityHandler.onFault(Context context) |
void |
WSSecurityHandler.onReceive(Context context) |
void |
WSSecurityHandler.onReply(Context context) |
void |
WSSecurityHandler.onSend(Context context) |
Copyright © 2005-2017 FuseSource. All Rights Reserved.