com.eviware.soapui.impl.wsdl.support.soap
Interface SoapVersion
- All Known Implementing Classes:
- AbstractSoapVersion, SoapVersion11, SoapVersion12
public interface SoapVersion
Public behaviour for a SOAP Version
- Author:
- ole.matzura
Soap11
static final SoapVersion11 Soap11
Soap12
static final SoapVersion12 Soap12
getEnvelopeQName
javax.xml.namespace.QName getEnvelopeQName()
getBodyQName
javax.xml.namespace.QName getBodyQName()
getHeaderQName
javax.xml.namespace.QName getHeaderQName()
validateSoapEnvelope
void validateSoapEnvelope(java.lang.String soapMessage,
java.util.List<org.apache.xmlbeans.XmlError> errors)
getContentTypeHttpHeader
java.lang.String getContentTypeHttpHeader(java.lang.String encoding,
java.lang.String soapAction)
getEnvelopeNamespace
java.lang.String getEnvelopeNamespace()
getFaultDetailNamespace
java.lang.String getFaultDetailNamespace()
getEncodingNamespace
java.lang.String getEncodingNamespace()
getSoapEncodingSchema
org.apache.xmlbeans.XmlObject getSoapEncodingSchema()
throws org.apache.xmlbeans.XmlException,
java.io.IOException
- Throws:
org.apache.xmlbeans.XmlException
java.io.IOException
getSoapEnvelopeSchema
org.apache.xmlbeans.XmlObject getSoapEnvelopeSchema()
throws org.apache.xmlbeans.XmlException,
java.io.IOException
- Throws:
org.apache.xmlbeans.XmlException
java.io.IOException
shouldIgnore
boolean shouldIgnore(org.apache.xmlbeans.XmlValidationError xmlError)
- 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)
getContentType
java.lang.String getContentType()
getEnvelopeType
org.apache.xmlbeans.SchemaType getEnvelopeType()
getFaultType
org.apache.xmlbeans.SchemaType getFaultType()
getName
java.lang.String getName()
getSoapActionHeader
java.lang.String getSoapActionHeader(java.lang.String soapAction)
Copyright © 2005-2008 eviware.com. All Rights Reserved.