public abstract class AbstractSoapVersion extends Object implements SoapVersion
SoapVersion.Utils
Soap11, Soap12
Constructor and Description |
---|
AbstractSoapVersion() |
Modifier and Type | Method and Description |
---|---|
abstract org.apache.xmlbeans.SchemaType |
getEnvelopeType() |
abstract org.apache.xmlbeans.SchemaType |
getFaultType() |
protected abstract org.apache.xmlbeans.SchemaTypeLoader |
getSoapEnvelopeSchemaLoader() |
boolean |
shouldIgnore(org.apache.xmlbeans.XmlValidationError error)
Checks if the specified validation error should be ignored for a message
with this SOAP version.
|
void |
validateSoapEnvelope(String soapMessage,
List<org.apache.xmlbeans.XmlError> errors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBodyQName, getContentType, getContentTypeHttpHeader, getEncodingNamespace, getEnvelopeNamespace, getEnvelopeQName, getFaultDetailNamespace, getHeaderQName, getName, getSoapActionHeader, getSoapEncodingSchema, getSoapEnvelopeSchema
public void validateSoapEnvelope(String soapMessage, List<org.apache.xmlbeans.XmlError> errors)
validateSoapEnvelope
in interface SoapVersion
protected abstract org.apache.xmlbeans.SchemaTypeLoader getSoapEnvelopeSchemaLoader()
public boolean shouldIgnore(org.apache.xmlbeans.XmlValidationError error)
SoapVersion
shouldIgnore
in interface SoapVersion
public abstract org.apache.xmlbeans.SchemaType getFaultType()
getFaultType
in interface SoapVersion
public abstract org.apache.xmlbeans.SchemaType getEnvelopeType()
getEnvelopeType
in interface SoapVersion
Copyright © 2019. All Rights Reserved.