Package org.apache.cxf.binding.soap
Class Soap12
- java.lang.Object
-
- org.apache.cxf.binding.soap.Soap12
-
- All Implemented Interfaces:
SoapVersion
public final class Soap12 extends Object implements SoapVersion
Represents the SOAP 1.2 version
-
-
Field Summary
Fields Modifier and Type Field Description static StringSOAP_NAMESPACE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttrNameMustUnderstand()StringgetAttrNameRole()StringgetAttrValueMustUnderstand(boolean value)StringgetBindingId()QNamegetBody()StringgetContentType()QNamegetDateEncodingUnknown()QNamegetEnvelope()QNamegetFault()QNamegetHeader()static Soap12getInstance()QNamegetMustUnderstand()StringgetNamespace()StringgetNextRole()StringgetNoneRole()QNamegetReceiver()QNamegetSender()StringgetSoapEncodingStyle()StringgetUltimateReceiverRole()doublegetVersion()QNamegetVersionMismatch()
-
-
-
Field Detail
-
SOAP_NAMESPACE
public static final String SOAP_NAMESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static Soap12 getInstance()
-
getBindingId
public String getBindingId()
- Specified by:
getBindingIdin interfaceSoapVersion
-
getVersion
public double getVersion()
- Specified by:
getVersionin interfaceSoapVersion
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceSoapVersion
-
getEnvelope
public QName getEnvelope()
- Specified by:
getEnvelopein interfaceSoapVersion
-
getHeader
public QName getHeader()
- Specified by:
getHeaderin interfaceSoapVersion
-
getBody
public QName getBody()
- Specified by:
getBodyin interfaceSoapVersion
-
getFault
public QName getFault()
- Specified by:
getFaultin interfaceSoapVersion
-
getSoapEncodingStyle
public String getSoapEncodingStyle()
- Specified by:
getSoapEncodingStylein interfaceSoapVersion
-
getNoneRole
public String getNoneRole()
- Specified by:
getNoneRolein interfaceSoapVersion
-
getUltimateReceiverRole
public String getUltimateReceiverRole()
- Specified by:
getUltimateReceiverRolein interfaceSoapVersion
-
getNextRole
public String getNextRole()
- Specified by:
getNextRolein interfaceSoapVersion
-
getAttrNameRole
public String getAttrNameRole()
- Specified by:
getAttrNameRolein interfaceSoapVersion
-
getAttrNameMustUnderstand
public String getAttrNameMustUnderstand()
- Specified by:
getAttrNameMustUnderstandin interfaceSoapVersion
-
getAttrValueMustUnderstand
public String getAttrValueMustUnderstand(boolean value)
- Specified by:
getAttrValueMustUnderstandin interfaceSoapVersion
-
getReceiver
public QName getReceiver()
- Specified by:
getReceiverin interfaceSoapVersion
-
getSender
public QName getSender()
- Specified by:
getSenderin interfaceSoapVersion
-
getMustUnderstand
public QName getMustUnderstand()
- Specified by:
getMustUnderstandin interfaceSoapVersion
-
getVersionMismatch
public QName getVersionMismatch()
- Specified by:
getVersionMismatchin interfaceSoapVersion
-
getDateEncodingUnknown
public QName getDateEncodingUnknown()
- Specified by:
getDateEncodingUnknownin interfaceSoapVersion
-
getContentType
public String getContentType()
- Specified by:
getContentTypein interfaceSoapVersion
-
-