Package org.n52.svalbard.decode
Class AbstractSoapStringDecoder
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<S,T>
-
- org.n52.svalbard.decode.AbstractXmlDecoder<String,SoapRequest>
-
- org.n52.svalbard.decode.AbstractSoapStringDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<SoapRequest,String>
- Direct Known Subclasses:
Soap11StringDecoder,Soap12StringDecoder
public abstract class AbstractSoapStringDecoder extends AbstractXmlDecoder<String,SoapRequest>
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description AbstractSoapStringDecoder(String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoapRequestdecode(String xmlString)Set<DecoderKey>getKeys()-
Methods inherited from class org.n52.svalbard.decode.AbstractXmlDecoder
decodeXmlElement, decodeXmlObject, decodeXmlObject, getDecoderKey, getXmlOptions, setXmlOptions
-
Methods inherited from class org.n52.svalbard.decode.AbstractDelegatingDecoder
getDecoder, getDecoderRepository, setDecoderRepository
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.svalbard.decode.Decoder
getSupportedTypes
-
-
-
-
Constructor Detail
-
AbstractSoapStringDecoder
public AbstractSoapStringDecoder(String namespace)
-
-
Method Detail
-
getKeys
public Set<DecoderKey> getKeys()
-
decode
public SoapRequest decode(String xmlString) throws DecodingException
- Throws:
DecodingException
-
-