public abstract class AbstractSoapDecoder extends AbstractXmlDecoder<org.apache.xmlbeans.XmlObject,SoapRequest>
| Constructor and Description |
|---|
AbstractSoapDecoder(java.lang.String namespace) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
checkSoapAction(java.lang.String soapAction,
java.util.List<SoapHeader> soapHeaders) |
protected abstract SoapRequest |
createEnvelope(org.apache.xmlbeans.XmlObject xml) |
protected abstract SoapRequest |
createFault(DecodingException xml) |
SoapRequest |
decode(org.apache.xmlbeans.XmlObject xmlObject) |
java.util.Set<DecoderKey> |
getKeys() |
protected OwsServiceRequest |
getSOAPBodyContent(javax.xml.soap.SOAPMessage message)
Parses the SOAPBody content to a text representation
|
protected java.util.List<SoapHeader> |
getSoapHeader(javax.xml.soap.SOAPHeader soapHeader) |
decodeXmlElement, decodeXmlObject, decodeXmlObject, getDecoderKey, getXmlOptions, setXmlOptionsgetDecoder, getDecoderRepository, setDecoderRepositoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedTypespublic java.util.Set<DecoderKey> getKeys()
public SoapRequest decode(org.apache.xmlbeans.XmlObject xmlObject) throws DecodingException
DecodingExceptionprotected abstract SoapRequest createEnvelope(org.apache.xmlbeans.XmlObject xml) throws DecodingException
DecodingExceptionprotected abstract SoapRequest createFault(DecodingException xml)
protected OwsServiceRequest getSOAPBodyContent(javax.xml.soap.SOAPMessage message) throws DecodingException
message - SOAP messageDecodingException - * if an error occurs.protected java.util.List<SoapHeader> getSoapHeader(javax.xml.soap.SOAPHeader soapHeader)
protected java.lang.String checkSoapAction(java.lang.String soapAction,
java.util.List<SoapHeader> soapHeaders)
Copyright © 2015–2019 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.