Package org.n52.svalbard.encode
Class Soap12Encoder
- java.lang.Object
-
- org.n52.svalbard.encode.AbstractDelegatingEncoder<T,S>
-
- org.n52.svalbard.encode.AbstractXmlEncoder<T,S>
-
- org.n52.svalbard.encode.AbstractSoapEncoder<org.apache.xmlbeans.XmlObject,Object>
-
- org.n52.svalbard.encode.Soap12Encoder
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<org.apache.xmlbeans.XmlObject,Object>,SchemaAwareEncoder<org.apache.xmlbeans.XmlObject,Object>,StreamingEncoder<org.apache.xmlbeans.XmlObject,Object>
public class Soap12Encoder extends AbstractSoapEncoder<org.apache.xmlbeans.XmlObject,Object> implements StreamingEncoder<org.apache.xmlbeans.XmlObject,Object>
Encoder implementation for SOAP 1.2- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from class org.n52.svalbard.encode.AbstractSoapEncoder
DEFAULT_FAULT_REASON, MISSING_EXCEPTION_DETAIL_TEXT, MISSING_RESPONSE_DETAIL_TEXT
-
-
Constructor Summary
Constructors Constructor Description Soap12Encoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencode(Object element, OutputStream outputStream, EncodingContext ctx)org.apache.xmlbeans.XmlObjectencode(Object element, EncodingContext additionalValues)Set<EncoderKey>getKeys()-
Methods inherited from class org.n52.svalbard.encode.AbstractSoapEncoder
encode, getBodyContent, getContentType, getExceptionActionURI, getSoapFaultReasonText
-
Methods inherited from class org.n52.svalbard.encode.AbstractXmlEncoder
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, getContentType, 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>- Overrides:
getKeysin classAbstractSoapEncoder<org.apache.xmlbeans.XmlObject,Object>
-
encode
public org.apache.xmlbeans.XmlObject encode(Object element, EncodingContext additionalValues) throws EncodingException
- Specified by:
encodein interfaceEncoder<org.apache.xmlbeans.XmlObject,Object>- Throws:
EncodingException
-
encode
public void encode(Object element, OutputStream outputStream, EncodingContext ctx) throws EncodingException
- Specified by:
encodein interfaceStreamingEncoder<org.apache.xmlbeans.XmlObject,Object>- Throws:
EncodingException
-
-