javax.xml.ws.soap |
This package defines APIs specific to the SOAP binding.
|
Java Source File Name | Type | Comment |
Addressing.java | Annotation |
This feature represents the use of WS-Addressing with either
the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding. |
AddressingFeature.java | Class | This feature represents the use of WS-Addressing with either
the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding. |
MTOM.java | Annotation | This feature represents the use of MTOM with a
web service. |
MTOMFeature.java | Class | This feature represents the use of MTOM with a
web service. |
SOAPBinding.java | Interface | The SOAPBinding interface is an abstraction for
the SOAP binding. |
SOAPFaultException.java | Class | The SOAPFaultException exception represents a
SOAP 1.1 or 1.2 fault.
A SOAPFaultException wraps a SAAJ SOAPFault
that manages the SOAP-specific representation of faults.
The createFault method of
javax.xml.soap.SOAPFactory may be used to create an instance
of javax.xml.soap.SOAPFault for use with the
constructor. |