public interface SoapVersion
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | SoapVersion.UtilsUtilities | 
| Modifier and Type | Field and Description | 
|---|---|
| static SoapVersion11 | Soap11 | 
| static SoapVersion12 | Soap12 | 
| Modifier and Type | Method and Description | 
|---|---|
| QName | getBodyQName() | 
| String | getContentType() | 
| String | getContentTypeHttpHeader(String encoding,
                        String soapAction) | 
| String | getEncodingNamespace() | 
| String | getEnvelopeNamespace() | 
| QName | getEnvelopeQName() | 
| org.apache.xmlbeans.SchemaType | getEnvelopeType() | 
| String | getFaultDetailNamespace() | 
| org.apache.xmlbeans.SchemaType | getFaultType() | 
| QName | getHeaderQName() | 
| String | getName() | 
| String | getSoapActionHeader(String soapAction) | 
| org.apache.xmlbeans.XmlObject | getSoapEncodingSchema() | 
| org.apache.xmlbeans.XmlObject | getSoapEnvelopeSchema() | 
| boolean | shouldIgnore(org.apache.xmlbeans.XmlValidationError xmlError)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) | 
static final SoapVersion11 Soap11
static final SoapVersion12 Soap12
QName getEnvelopeQName()
QName getBodyQName()
QName getHeaderQName()
void validateSoapEnvelope(String soapMessage, List<org.apache.xmlbeans.XmlError> errors)
String getEnvelopeNamespace()
String getFaultDetailNamespace()
String getEncodingNamespace()
org.apache.xmlbeans.XmlObject getSoapEncodingSchema()
                                             throws org.apache.xmlbeans.XmlException,
                                                    IOException
org.apache.xmlbeans.XmlExceptionIOExceptionorg.apache.xmlbeans.XmlObject getSoapEnvelopeSchema()
                                             throws org.apache.xmlbeans.XmlException,
                                                    IOException
org.apache.xmlbeans.XmlExceptionIOExceptionboolean shouldIgnore(org.apache.xmlbeans.XmlValidationError xmlError)
String getContentType()
org.apache.xmlbeans.SchemaType getEnvelopeType()
org.apache.xmlbeans.SchemaType getFaultType()
String getName()
Copyright © 2019. All Rights Reserved.