public abstract class AbstractSoapVersion extends Object implements SoapVersion
SoapVersion.UtilsSoap11, 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, waitgetBodyQName, getContentType, getContentTypeHttpHeader, getEncodingNamespace, getEnvelopeNamespace, getEnvelopeQName, getFaultDetailNamespace, getHeaderQName, getName, getSoapActionHeader, getSoapEncodingSchema, getSoapEnvelopeSchemapublic void validateSoapEnvelope(String soapMessage, List<org.apache.xmlbeans.XmlError> errors)
validateSoapEnvelope in interface SoapVersionprotected abstract org.apache.xmlbeans.SchemaTypeLoader getSoapEnvelopeSchemaLoader()
public boolean shouldIgnore(org.apache.xmlbeans.XmlValidationError error)
SoapVersionshouldIgnore in interface SoapVersionpublic abstract org.apache.xmlbeans.SchemaType getFaultType()
getFaultType in interface SoapVersionpublic abstract org.apache.xmlbeans.SchemaType getEnvelopeType()
getEnvelopeType in interface SoapVersionCopyright © 2019. All Rights Reserved.