Package org.n52.svalbard.decode
Class AbstractXmlDecoder<T,S>
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<S,T>
-
- org.n52.svalbard.decode.AbstractXmlDecoder<T,S>
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<S,T>
- Direct Known Subclasses:
AbstractCapabilitiesBaseTypeDecoder,AbstractGmlDecoderv321,AbstractProcessDecoder,AbstractSensorMLDecoder,AbstractSoapDecoder,AbstractSoapStringDecoder,AbstractSwesDecoderv20,CapabilitiesDocumentDecoder,CapabilitiesV1DocumentDecoder,DeleteObservationDecoder,DeleteObservationV20Decoder,DeleteResultTemplateDecoder,DocumentCitationTypeDecoder,FesDecoderv20,GetDataAvailabilityResponseDecoder,GetFeatureOfInterestResponseDocumentDecoder,GetObservationByIdResponseDocumentDecoder,GetObservationResponseDocumentDecoder,InsertFeatureOfInterestDecoder,InsertObservationResponseV20Decoder,InsertResultResponseDecoder,InsertResultTemplateResponseDecoder,InsertSensorResponseDecoder,InspireXmlDecoder,Iso19139GmdDecoder,OgcDecoderv100,OwsExceptionReportDecoder,RelatedOfferingTypeDecoder,RelatedPartyTypeDecoder,ResultFilterDecoder,ResultFilterDecoderv20,SosDecoderv100,SosSpatialFilterDecoder,SweCommonDecoderV101,SweCommonDecoderV20,SwesExtensionDecoderv20,WsaDecoder
public abstract class AbstractXmlDecoder<T,S> extends AbstractDelegatingDecoder<S,T>
TODO JavaDoc- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description AbstractXmlDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TdecodeXmlElement(org.apache.xmlbeans.XmlObject x)ObjectdecodeXmlObject(String xmlString)<T> TdecodeXmlObject(org.apache.xmlbeans.XmlObject xbObject)DecoderKeygetDecoderKey(org.apache.xmlbeans.XmlObject doc)org.apache.xmlbeans.XmlOptionsgetXmlOptions()voidsetXmlOptions(Producer<org.apache.xmlbeans.XmlOptions> xmlOptions)-
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
decode, getSupportedTypes
-
-
-
-
Method Detail
-
getXmlOptions
public org.apache.xmlbeans.XmlOptions getXmlOptions()
-
setXmlOptions
@Inject public void setXmlOptions(Producer<org.apache.xmlbeans.XmlOptions> xmlOptions)
-
decodeXmlElement
public <T> T decodeXmlElement(org.apache.xmlbeans.XmlObject x) throws DecodingException- Throws:
DecodingException
-
getDecoderKey
public DecoderKey getDecoderKey(org.apache.xmlbeans.XmlObject doc)
-
decodeXmlObject
public <T> T decodeXmlObject(org.apache.xmlbeans.XmlObject xbObject) throws DecodingException- Throws:
DecodingException
-
decodeXmlObject
public Object decodeXmlObject(String xmlString) throws DecodingException
- Throws:
DecodingException
-
-