public interface SoapVersion
Public behaviour for a SOAP Version
Modifiers | Name | Description |
---|---|---|
class |
SoapVersion.Utils |
Utilities |
Type Params | Return Type | Name and description |
---|---|---|
|
public javax.xml.namespace.QName |
getBodyQName() |
|
public java.lang.String |
getContentType() |
|
public java.lang.String |
getContentTypeHttpHeader(java.lang.String encoding, java.lang.String soapAction) |
|
public java.lang.String |
getEncodingNamespace() |
|
public java.lang.String |
getEnvelopeNamespace() |
|
public javax.xml.namespace.QName |
getEnvelopeQName() |
|
public SchemaType |
getEnvelopeType() |
|
public java.lang.String |
getFaultDetailNamespace() |
|
public SchemaType |
getFaultType() |
|
public javax.xml.namespace.QName |
getHeaderQName() |
|
public java.lang.String |
getName() |
|
public java.lang.String |
getSoapActionHeader(java.lang.String soapAction) |
|
public XmlObject |
getSoapEncodingSchema() |
|
public XmlObject |
getSoapEnvelopeSchema() |
|
public boolean |
shouldIgnore(XmlValidationError xmlError) Checks if the specified validation error should be ignored for a message with this SOAP version. |
|
public void |
validateSoapEnvelope(java.lang.String soapMessage, java.util.List<XmlError> errors, XmlOptions xmlOptions) |
Checks if the specified validation error should be ignored for a message with this SOAP version. (The SOAP-spec may allow some constructions not allowed by the corresponding XML-Schema)