public final class Soap11 extends Object implements SoapVersion
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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() |
public static final String SOAP_NAMESPACE
public static final String SOAP_ENCODING_URI
public static final QName ENCODED_STRING
public static final QName ENCODED_LONG
public static final QName ENCODED_FLOAT
public static final QName ENCODED_CHAR
public static final QName ENCODED_DOUBLE
public static final QName ENCODED_INT
public static final QName ENCODED_SHORT
public static final QName ENCODED_BOOLEAN
public static final QName ENCODED_DATETIME
public static final QName ENCODED_BASE64
public static final QName ENCODED_DECIMAL
public static final QName ENCODED_INTEGER
public static Soap11 getInstance()
public String getBindingId()
getBindingId
in interface SoapVersion
public double getVersion()
getVersion
in interface SoapVersion
public String getNamespace()
getNamespace
in interface SoapVersion
public QName getEnvelope()
getEnvelope
in interface SoapVersion
public QName getHeader()
getHeader
in interface SoapVersion
public QName getBody()
getBody
in interface SoapVersion
public QName getFault()
getFault
in interface SoapVersion
public String getSoapEncodingStyle()
getSoapEncodingStyle
in interface SoapVersion
public String getNoneRole()
getNoneRole
in interface SoapVersion
public String getUltimateReceiverRole()
getUltimateReceiverRole
in interface SoapVersion
public String getNextRole()
getNextRole
in interface SoapVersion
public String getAttrNameRole()
getAttrNameRole
in interface SoapVersion
public String getAttrNameMustUnderstand()
getAttrNameMustUnderstand
in interface SoapVersion
public String getAttrValueMustUnderstand(boolean value)
getAttrValueMustUnderstand
in interface SoapVersion
public QName getReceiver()
getReceiver
in interface SoapVersion
public QName getSender()
getSender
in interface SoapVersion
public QName getMustUnderstand()
getMustUnderstand
in interface SoapVersion
public QName getVersionMismatch()
getVersionMismatch
in interface SoapVersion
public QName getDateEncodingUnknown()
getDateEncodingUnknown
in interface SoapVersion
public String getContentType()
getContentType
in interface SoapVersion
Apache CXF