Package org.n52.svalbard.encode
Class DeleteResultTemplateEncoder
- 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.AbstractResponseEncoder<DeleteResultTemplateResponse>
-
- org.n52.svalbard.encode.DeleteResultTemplateEncoder
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,ConformanceClass,Encoder<org.apache.xmlbeans.XmlObject,DeleteResultTemplateResponse>,SchemaAwareEncoder<org.apache.xmlbeans.XmlObject,DeleteResultTemplateResponse>,StreamingEncoder<org.apache.xmlbeans.XmlObject,DeleteResultTemplateResponse>
public class DeleteResultTemplateEncoder extends AbstractResponseEncoder<DeleteResultTemplateResponse>
- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static SchemaLocationSCHEMA_LOCATION
-
Constructor Summary
Constructors Constructor Description DeleteResultTemplateEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.xmlbeans.XmlObjectcreate(DeleteResultTemplateResponse drtr)Create anXmlObjectfrom theOwsServiceResponseobjectprotected Set<SchemaLocation>getConcreteSchemaLocations()Get the concrete schema locations for thisOwsServiceResponseencoderSet<SchemaLocation>getSchemaLocations()-
Methods inherited from class org.n52.svalbard.encode.AbstractResponseEncoder
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.StreamingEncoder
encode
-
-
-
-
Field Detail
-
SCHEMA_LOCATION
public static final SchemaLocation SCHEMA_LOCATION
-
-
Method Detail
-
create
protected org.apache.xmlbeans.XmlObject create(DeleteResultTemplateResponse drtr) throws EncodingException
Description copied from class:AbstractXmlResponseEncoderCreate anXmlObjectfrom theOwsServiceResponseobject- Specified by:
createin classAbstractXmlResponseEncoder<DeleteResultTemplateResponse>- Parameters:
drtr-OwsServiceResponseto encode- Returns:
- XML encoded
OwsServiceResponse - Throws:
EncodingException- If an error occurs during the encoding
-
getSchemaLocations
public Set<SchemaLocation> getSchemaLocations()
-
getConcreteSchemaLocations
protected Set<SchemaLocation> getConcreteSchemaLocations()
Description copied from class:AbstractXmlResponseEncoderGet the concrete schema locations for thisOwsServiceResponseencoder- Specified by:
getConcreteSchemaLocationsin classAbstractXmlResponseEncoder<DeleteResultTemplateResponse>- Returns:
- the concrete schema locations
-
-