Java javax.xml.ws.soap SOAPBinding fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.ws.soap SOAPBinding fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.ws.soap SOAPBinding.

The text is from its open source code.

Implementation

javax.xml.ws.soap.SOAPBinding has the following implementations.
Click this link to see all its implementation.

Field

StringSOAP11HTTP_BINDING
A constant representing the identity of the SOAP 1.1 over HTTP binding.
StringSOAP12HTTP_BINDING
A constant representing the identity of the SOAP 1.2 over HTTP binding.
StringSOAP11HTTP_MTOM_BINDING
A constant representing the identity of the SOAP 1.1 over HTTP binding with MTOM enabled by default.
StringSOAP12HTTP_MTOM_BINDING
A constant representing the identity of the SOAP 1.2 over HTTP binding with MTOM enabled by default.

Method

java.util.ListgetHandlerChain()
Gets a copy of the handler chain for a protocol binding instance.
MessageFactorygetMessageFactory()
Gets the SAAJ MessageFactory instance used by this SOAP binding.
booleanisMTOMEnabled()
Returns true if the use of MTOM is enabled.
voidsetHandlerChain(java.util.List chain)
Sets the handler chain for the protocol binding instance.
voidsetMTOMEnabled(boolean flag)
Enables or disables use of MTOM.