public abstract class AbstractSoapDecoder extends AbstractXmlDecoder<org.apache.xmlbeans.XmlObject,AbstractSoap<?>>
| Constructor and Description |
|---|
AbstractSoapDecoder(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
checkSoapAction(String soapAction,
List<SoapHeader> soapHeaders) |
protected abstract AbstractSoap<?> |
createEnvelope(org.apache.xmlbeans.XmlObject xml) |
protected abstract AbstractSoap<?> |
createFault(DecodingException xml) |
AbstractSoap<?> |
decode(org.apache.xmlbeans.XmlObject xmlObject) |
protected String |
getFaultReasons(DecodingException de) |
Set<DecoderKey> |
getKeys() |
protected OwsServiceRequest |
getSOAPBodyContent(SOAPMessage message)
Deprecated.
javax.xml.soap.* is no longer supported from 8.0 because it
was removed from Java
|
protected List<SoapHeader> |
getSoapHeader(SOAPHeader soapHeader)
Deprecated.
|
decodeXmlElement, decodeXmlObject, decodeXmlObject, getDecoderKey, getXmlOptions, setXmlOptionsgetDecoder, getDecoderRepository, setDecoderRepositoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedTypespublic AbstractSoapDecoder(String namespace)
public Set<DecoderKey> getKeys()
public AbstractSoap<?> decode(org.apache.xmlbeans.XmlObject xmlObject) throws DecodingException
DecodingExceptionprotected abstract AbstractSoap<?> createEnvelope(org.apache.xmlbeans.XmlObject xml) throws DecodingException
DecodingExceptionprotected abstract AbstractSoap<?> createFault(DecodingException xml)
@Deprecated protected OwsServiceRequest getSOAPBodyContent(SOAPMessage message) throws DecodingException
message - SOAP messageDecodingException - * if an error occurs.@Deprecated protected List<SoapHeader> getSoapHeader(SOAPHeader soapHeader)
protected String checkSoapAction(String soapAction, List<SoapHeader> soapHeaders)
protected String getFaultReasons(DecodingException de)
Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.