Apache CXF API

org.apache.cxf.binding.soap
Class Soap11

java.lang.Object
  extended by org.apache.cxf.binding.soap.Soap11
All Implemented Interfaces:
SoapVersion

public final class Soap11
extends Object
implements SoapVersion

Singleton object that represents the SOAP 1.1 version.


Field Summary
static QName ENCODED_BASE64
           
static QName ENCODED_BOOLEAN
           
static QName ENCODED_CHAR
           
static QName ENCODED_DATETIME
           
static QName ENCODED_DECIMAL
           
static QName ENCODED_DOUBLE
           
static QName ENCODED_FLOAT
           
static QName ENCODED_INT
           
static QName ENCODED_INTEGER
           
static QName ENCODED_LONG
           
static QName ENCODED_SHORT
           
static QName ENCODED_STRING
           
static String SOAP_ENCODING_URI
           
static String SOAP_NAMESPACE
           
 
Method Summary
 String getAttrNameMustUnderstand()
           
 String getAttrNameRole()
           
 String getAttrValueMustUnderstand(boolean value)
           
 String getBindingId()
           
 QName getBody()
           
 String getContentType()
           
 QName getDateEncodingUnknown()
           
 QName getEnvelope()
           
 QName getFault()
           
 QName getHeader()
           
static Soap11 getInstance()
           
 QName getMustUnderstand()
           
 String getNamespace()
           
 String getNextRole()
           
 String getNoneRole()
           
 QName getReceiver()
           
 QName getSender()
           
 String getSoapEncodingStyle()
           
 String getUltimateReceiverRole()
           
 double getVersion()
           
 QName getVersionMismatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_NAMESPACE

public static final String SOAP_NAMESPACE
See Also:
Constant Field Values

SOAP_ENCODING_URI

public static final String SOAP_ENCODING_URI
See Also:
Constant Field Values

ENCODED_STRING

public static final QName ENCODED_STRING

ENCODED_LONG

public static final QName ENCODED_LONG

ENCODED_FLOAT

public static final QName ENCODED_FLOAT

ENCODED_CHAR

public static final QName ENCODED_CHAR

ENCODED_DOUBLE

public static final QName ENCODED_DOUBLE

ENCODED_INT

public static final QName ENCODED_INT

ENCODED_SHORT

public static final QName ENCODED_SHORT

ENCODED_BOOLEAN

public static final QName ENCODED_BOOLEAN

ENCODED_DATETIME

public static final QName ENCODED_DATETIME

ENCODED_BASE64

public static final QName ENCODED_BASE64

ENCODED_DECIMAL

public static final QName ENCODED_DECIMAL

ENCODED_INTEGER

public static final QName ENCODED_INTEGER
Method Detail

getInstance

public static Soap11 getInstance()

getBindingId

public String getBindingId()
Specified by:
getBindingId in interface SoapVersion

getVersion

public double getVersion()
Specified by:
getVersion in interface SoapVersion

getNamespace

public String getNamespace()
Specified by:
getNamespace in interface SoapVersion

getEnvelope

public QName getEnvelope()
Specified by:
getEnvelope in interface SoapVersion

getHeader

public QName getHeader()
Specified by:
getHeader in interface SoapVersion

getBody

public QName getBody()
Specified by:
getBody in interface SoapVersion

getFault

public QName getFault()
Specified by:
getFault in interface SoapVersion

getSoapEncodingStyle

public String getSoapEncodingStyle()
Specified by:
getSoapEncodingStyle in interface SoapVersion

getNoneRole

public String getNoneRole()
Specified by:
getNoneRole in interface SoapVersion

getUltimateReceiverRole

public String getUltimateReceiverRole()
Specified by:
getUltimateReceiverRole in interface SoapVersion

getNextRole

public String getNextRole()
Specified by:
getNextRole in interface SoapVersion

getAttrNameRole

public String getAttrNameRole()
Specified by:
getAttrNameRole in interface SoapVersion

getAttrNameMustUnderstand

public String getAttrNameMustUnderstand()
Specified by:
getAttrNameMustUnderstand in interface SoapVersion

getAttrValueMustUnderstand

public String getAttrValueMustUnderstand(boolean value)
Specified by:
getAttrValueMustUnderstand in interface SoapVersion

getReceiver

public QName getReceiver()
Specified by:
getReceiver in interface SoapVersion

getSender

public QName getSender()
Specified by:
getSender in interface SoapVersion

getMustUnderstand

public QName getMustUnderstand()
Specified by:
getMustUnderstand in interface SoapVersion

getVersionMismatch

public QName getVersionMismatch()
Specified by:
getVersionMismatch in interface SoapVersion

getDateEncodingUnknown

public QName getDateEncodingUnknown()
Specified by:
getDateEncodingUnknown in interface SoapVersion

getContentType

public String getContentType()
Specified by:
getContentType in interface SoapVersion

Apache CXF API

Apache CXF