Package org.n52.svalbard.encode
Class SosRequestEncoderv20
- java.lang.Object
-
- org.n52.svalbard.encode.AbstractDelegatingEncoder<T,S>
-
- org.n52.svalbard.encode.AbstractXmlEncoder<org.apache.xmlbeans.XmlObject,OwsServiceRequest>
-
- org.n52.svalbard.encode.SosRequestEncoderv20
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<org.apache.xmlbeans.XmlObject,OwsServiceRequest>,SchemaAwareEncoder<org.apache.xmlbeans.XmlObject,OwsServiceRequest>
public class SosRequestEncoderv20 extends AbstractXmlEncoder<org.apache.xmlbeans.XmlObject,OwsServiceRequest>
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SosRequestEncoderv20()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNamespacePrefixToMap(Map<String,String> nameSpacePrefixMap)org.apache.xmlbeans.XmlObjectencode(OwsServiceRequest communicationObject)org.apache.xmlbeans.XmlObjectencode(OwsServiceRequest request, EncodingContext additionalValues)Set<EncoderKey>getKeys()Set<SchemaLocation>getSchemaLocations()-
Methods inherited from class org.n52.svalbard.encode.AbstractXmlEncoder
encodeObjectToXml, encodeObjectToXml, encodeObjectToXmlDocument, encodeObjectToXmlDocument, encodeObjectToXmlPropertyType, encodeObjectToXmlPropertyType, encodeObjectToXmlText, encodeObjectToXmlText, getAndCheck, getContentType, getDocumentEncoder, getDocumentEncoder, getDocumentEncoderKey, getDocumentEncoderKey, getEncoder, getEncoder, getEncoderKey, getEncoderKey, getPropertyTypeEncoder, getPropertyTypeEncoder, getPropertyTypeEncoderKey, getPropertyTypeEncoderKey, getXmlOptions, setXmlOptions, substitute
-
Methods inherited from class org.n52.svalbard.encode.AbstractDelegatingEncoder
getEncoder, getEncoderRepository, setEncoderRepository
-
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.encode.Encoder
getSupportedTypes
-
-
-
-
Method Detail
-
getKeys
public Set<EncoderKey> getKeys()
-
addNamespacePrefixToMap
public void addNamespacePrefixToMap(Map<String,String> nameSpacePrefixMap)
-
getSchemaLocations
public Set<SchemaLocation> getSchemaLocations()
-
encode
public org.apache.xmlbeans.XmlObject encode(OwsServiceRequest communicationObject) throws EncodingException
- Specified by:
encodein interfaceEncoder<org.apache.xmlbeans.XmlObject,OwsServiceRequest>- Overrides:
encodein classAbstractXmlEncoder<org.apache.xmlbeans.XmlObject,OwsServiceRequest>- Throws:
EncodingException
-
encode
public org.apache.xmlbeans.XmlObject encode(OwsServiceRequest request, EncodingContext additionalValues) throws EncodingException
- Throws:
EncodingException
-
-