Package org.n52.svalbard.encode
Class WsdlEncoderv11
- java.lang.Object
-
- org.n52.svalbard.encode.AbstractDelegatingEncoder<T,S>
-
- org.n52.svalbard.encode.AbstractXmlEncoder<org.apache.xmlbeans.XmlObject,Definitions>
-
- org.n52.svalbard.encode.WsdlEncoderv11
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<org.apache.xmlbeans.XmlObject,Definitions>,SchemaAwareEncoder<org.apache.xmlbeans.XmlObject,Definitions>,StreamingEncoder<org.apache.xmlbeans.XmlObject,Definitions>
public class WsdlEncoderv11 extends AbstractXmlEncoder<org.apache.xmlbeans.XmlObject,Definitions> implements StreamingEncoder<org.apache.xmlbeans.XmlObject,Definitions>
-
-
Constructor Summary
Constructors Constructor Description WsdlEncoderv11()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencode(Definitions element, OutputStream outputStream, EncodingContext ctx)org.apache.xmlbeans.XmlObjectencode(Definitions element, EncodingContext ctx)MediaTypegetContentType()Set<EncoderKey>getKeys()-
Methods inherited from class org.n52.svalbard.encode.AbstractXmlEncoder
encode, encodeObjectToXml, encodeObjectToXml, encodeObjectToXmlDocument, encodeObjectToXmlDocument, encodeObjectToXmlPropertyType, encodeObjectToXmlPropertyType, encodeObjectToXmlText, encodeObjectToXmlText, getAndCheck, 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
encode, getSupportedTypes
-
Methods inherited from interface org.n52.svalbard.encode.SchemaAwareEncoder
addNamespacePrefixToMap, getSchemaLocations
-
Methods inherited from interface org.n52.svalbard.encode.StreamingEncoder
encode
-
-
-
-
Method Detail
-
getKeys
public Set<EncoderKey> getKeys()
- Specified by:
getKeysin interfaceKeyed<EncoderKey>
-
getContentType
public MediaType getContentType()
- Specified by:
getContentTypein interfaceEncoder<org.apache.xmlbeans.XmlObject,Definitions>- Overrides:
getContentTypein classAbstractXmlEncoder<org.apache.xmlbeans.XmlObject,Definitions>
-
encode
public org.apache.xmlbeans.XmlObject encode(Definitions element, EncodingContext ctx) throws EncodingException
- Specified by:
encodein interfaceEncoder<org.apache.xmlbeans.XmlObject,Definitions>- Throws:
EncodingException
-
encode
public void encode(Definitions element, OutputStream outputStream, EncodingContext ctx) throws EncodingException
- Specified by:
encodein interfaceStreamingEncoder<org.apache.xmlbeans.XmlObject,Definitions>- Throws:
EncodingException
-
-