|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SoapUtil | |
| xsul.dispatcher.http_util | |
| xsul.dispatcher.msg.wsconnection | |
| xsul.invoker.soap_over_http | |
| xsul.processor.capability | |
| xsul.processor.password | |
| xsul.processor.secconv | |
| xsul.processor.signature | |
| xsul.processor.soap_over_http | |
| xsul.soap | |
| xsul.soap11_util | |
| xsul.soap12_util | |
| xsul.soaprpc_server | This module provides a simple implementation of refelction based dispatching SOAP invocation to Java object methods. |
| xsul.ws_addressing | This module provides a simple implementation of WS-Addressing. |
| Uses of SoapUtil in xsul.dispatcher.http_util |
| Methods in xsul.dispatcher.http_util with parameters of type SoapUtil | |
static void |
SendError.sendWSAFault(java.lang.String reason,
java.lang.Exception e,
SoapUtil soapUtil,
java.net.URI dest)
Send a WSAddressing fault message to dest. |
| Uses of SoapUtil in xsul.dispatcher.msg.wsconnection |
| Methods in xsul.dispatcher.msg.wsconnection with parameters of type SoapUtil | |
void |
MSGWSConnection.put(XmlElement outMessage,
java.lang.String arguments,
SoapUtil soapUtil)
Put outMessage and arguments in the FIFO
queue to forward the message to the Web Service. |
| Uses of SoapUtil in xsul.invoker.soap_over_http |
| Methods in xsul.invoker.soap_over_http that return SoapUtil | |
SoapUtil |
SoapHttpDynamicInfosetInvoker.getSoapFragrance()
|
| Methods in xsul.invoker.soap_over_http with parameters of type SoapUtil | |
void |
SoapHttpDynamicInfosetInvoker.setSoapFragrance(SoapUtil soapFragrance)
Set what SOAP utility to use for wrapping message into SOAP Envelope Body If itis null no wrapping is done. |
| Uses of SoapUtil in xsul.processor.capability |
| Methods in xsul.processor.capability with parameters of type SoapUtil | |
XmlDocument |
CapabilityProcessor.processSoapEnvelope(XmlElement envelope,
SoapUtil su)
|
| Uses of SoapUtil in xsul.processor.password |
| Methods in xsul.processor.password with parameters of type SoapUtil | |
XmlDocument |
PasswordProcessor.processSoapEnvelope(XmlElement envelope,
SoapUtil su)
|
| Uses of SoapUtil in xsul.processor.secconv |
| Methods in xsul.processor.secconv with parameters of type SoapUtil | |
XmlDocument |
SecurityRequestorProcessor.processSoapEnvelope(XmlElement envelope,
SoapUtil su)
|
| Uses of SoapUtil in xsul.processor.signature |
| Methods in xsul.processor.signature with parameters of type SoapUtil | |
XmlDocument |
SignatureProcessor.processSoapEnvelope(XmlElement envelope,
SoapUtil su)
|
| Uses of SoapUtil in xsul.processor.soap_over_http |
| Methods in xsul.processor.soap_over_http that return SoapUtil | |
SoapUtil[] |
SoapHttpDynamicInfosetProcessor.getSupportedSoapFragrances()
|
| Methods in xsul.processor.soap_over_http with parameters of type SoapUtil | |
void |
SoapHttpDynamicInfosetProcessor.setSupportedSoapFragrances(SoapUtil[] soapFragrances)
Set the list of supported SOAP fragrances. |
XmlDocument |
SoapHttpDynamicInfosetProcessor.processSoapEnvelope(XmlElement envelope,
SoapUtil soapFragrance)
|
| Uses of SoapUtil in xsul.soap |
| Methods in xsul.soap that return SoapUtil | |
static SoapUtil |
SoapUtil.selectSoapFragrance(XmlContainer xmlContainer,
SoapUtil[] soapFragrances)
|
| Methods in xsul.soap with parameters of type SoapUtil | |
static SoapUtil |
SoapUtil.selectSoapFragrance(XmlContainer xmlContainer,
SoapUtil[] soapFragrances)
|
| Uses of SoapUtil in xsul.soap11_util |
| Subclasses of SoapUtil in xsul.soap11_util | |
class |
Soap11Util
SOAP 1.1 envelope manipulations utility methods. |
| Uses of SoapUtil in xsul.soap12_util |
| Subclasses of SoapUtil in xsul.soap12_util | |
class |
Soap12Util
SOAP 1.2 envelope manipulations utility methods. |
| Uses of SoapUtil in xsul.soaprpc_server |
| Methods in xsul.soaprpc_server that return SoapUtil | |
SoapUtil[] |
SoapRpcReflectionBasedService.getSupportedSoapFragrances()
|
| Methods in xsul.soaprpc_server with parameters of type SoapUtil | |
void |
SoapRpcReflectionBasedService.setSupportedSoapFragrances(SoapUtil[] soapFragrances)
Set the list of supported SOAP fragrances. |
| Uses of SoapUtil in xsul.ws_addressing |
| Methods in xsul.ws_addressing that return SoapUtil | |
SoapUtil |
WsaInvoker.getSoapFragrance()
|
| Methods in xsul.ws_addressing with parameters of type SoapUtil | |||||||||||||||
void |
WsaInvoker.setSoapFragrance(SoapUtil soapFragrance)
Set what SOAP utility to use for wrapping message into SOAP Envelope Body If itis null no wrapping is done. |
||||||||||||||
static XmlElement |
WsaUtil.faultInvalidMessageInformationHeader(SoapUtil soapVersion,
XmlElement invaildHeader)
4.1 Invalid Message Information Header |
||||||||||||||
static XmlElement |
WsaUtil.faultMessageInformationHeaderRequired(SoapUtil soapVersion,
QName missingHeaderQname)
4.2 Message Information Header Required |
||||||||||||||
static XmlElement |
WsaUtil.faultDestinationUnreachable(SoapUtil soapVersion,
QName missingHeaderQname)
4.3 Destination Unreachable |
||||||||||||||
static XmlElement |
WsaUtil.faultDestinationUnreachable(SoapUtil soapVersion,
java.net.URI wsaAction)
4.4 Action Not Supported |
||||||||||||||
static XmlElement |
WsaUtil.faultDestinationUnreachable(SoapUtil soapVersion,
java.lang.Long minimumDurationInMillisecondsToWait)
IU Extreme! Lab (http://www.extreme.indiana.edu) | ||||||||||||||