Package org.n52.svalbard.encode
Class InsertResultRequestEncoder
- java.lang.Object
-
- org.n52.svalbard.encode.AbstractDelegatingEncoder<T,S>
-
- org.n52.svalbard.encode.AbstractXmlEncoder<org.apache.xmlbeans.XmlObject,T>
-
- org.n52.svalbard.encode.AbstractXmlResponseEncoder<T>
-
- org.n52.svalbard.encode.AbstractRequestEncoder<T>
-
- org.n52.svalbard.encode.AbstractSwesRequestEncoder<InsertResultRequest>
-
- org.n52.svalbard.encode.InsertResultRequestEncoder
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,ConformanceClass,Encoder<org.apache.xmlbeans.XmlObject,InsertResultRequest>,SchemaAwareEncoder<org.apache.xmlbeans.XmlObject,InsertResultRequest>,StreamingEncoder<org.apache.xmlbeans.XmlObject,InsertResultRequest>
public class InsertResultRequestEncoder extends AbstractSwesRequestEncoder<InsertResultRequest>
-
-
Constructor Summary
Constructors Constructor Description InsertResultRequestEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.xmlbeans.XmlObjectcreate(InsertResultRequest request)Create anXmlObjectfrom theOwsServiceResponseobjectprotected voidvalidateInput(InsertResultRequest request)-
Methods inherited from class org.n52.svalbard.encode.AbstractSwesRequestEncoder
addExtension, getConcreteSchemaLocations
-
Methods inherited from class org.n52.svalbard.encode.AbstractRequestEncoder
encode, getKeys
-
Methods inherited from class org.n52.svalbard.encode.AbstractXmlResponseEncoder
addNamespacePrefixToMap, create, encode, encode, getConcreteSchemaLocations, getResponseType, getSchemaRepository, setSchemaRepository, setValidate
-
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.ConformanceClass
getConformanceClasses
-
Methods inherited from interface org.n52.svalbard.encode.Encoder
getContentType, getSupportedTypes
-
Methods inherited from interface org.n52.svalbard.encode.SchemaAwareEncoder
getSchemaLocations
-
Methods inherited from interface org.n52.svalbard.encode.StreamingEncoder
encode
-
-
-
-
Method Detail
-
create
protected org.apache.xmlbeans.XmlObject create(InsertResultRequest request) throws EncodingException
Description copied from class:AbstractXmlResponseEncoderCreate anXmlObjectfrom theOwsServiceResponseobject- Specified by:
createin classAbstractXmlResponseEncoder<InsertResultRequest>- Parameters:
request-OwsServiceResponseto encode- Returns:
- XML encoded
OwsServiceResponse - Throws:
EncodingException- If an error occurs during the encoding
-
validateInput
protected void validateInput(InsertResultRequest request) throws UnsupportedEncoderInputException
- Overrides:
validateInputin classAbstractSwesRequestEncoder<InsertResultRequest>- Throws:
UnsupportedEncoderInputException
-
-