Package org.n52.svalbard.encode
Class ExiExceptionEncoder
- java.lang.Object
-
- org.n52.svalbard.encode.AbstractDelegatingEncoder<EXIObject<org.apache.xmlbeans.XmlObject>,T>
-
- org.n52.svalbard.encode.ExiEncoder<OwsExceptionReport>
-
- org.n52.svalbard.encode.ExiExceptionEncoder
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<EXIObject<org.apache.xmlbeans.XmlObject>,OwsExceptionReport>
public class ExiExceptionEncoder extends ExiEncoder<OwsExceptionReport>
Response encoder forEXIObjectandOwsExceptionReport- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description ExiExceptionEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EncoderKeygetKey(OwsExceptionReport object)Set<EncoderKey>getKeys()-
Methods inherited from class org.n52.svalbard.encode.ExiEncoder
encode, encode, getContentType, getEncodedContentType, getEncodedContentType, getEncoder
-
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()
-
getKey
protected EncoderKey getKey(OwsExceptionReport object)
- Specified by:
getKeyin classExiEncoder<OwsExceptionReport>
-
-