2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.binding.notification.encoding
Class EndProducersEnDeCoder
java.lang.Object
org.apache.tuscany.sca.binding.notification.encoding.AbstractEnDeCoder<ERS>
org.apache.tuscany.sca.binding.notification.encoding.EndpointReferenceSequenceEnDeCoder<EndProducers>
org.apache.tuscany.sca.binding.notification.encoding.EndProducersEnDeCoder
- All Implemented Interfaces:
- EnDeCoder<EndProducers>
public class EndProducersEnDeCoder
- extends EndpointReferenceSequenceEnDeCoder<EndProducers>
Field Summary |
static javax.xml.namespace.QName |
QNAME
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QNAME
public static final javax.xml.namespace.QName QNAME
EndProducersEnDeCoder
public EndProducersEnDeCoder(EncodingRegistry registry)
getEncodingObjectQName
public javax.xml.namespace.QName getEncodingObjectQName()
- Description copied from interface:
EnDeCoder
- Gets the qualified name of the XML fragment for the Encoding
object.
- Returns:
- Qualified name of the XML fragment.
getEncodingObjectType
public java.lang.Class<EndProducers> getEncodingObjectType()
- Description copied from interface:
EnDeCoder
- Returns the type of the encoding object.
- Returns:
- Encoding object type.
encodeSequenceTypeAttribute
protected void encodeSequenceTypeAttribute(EndProducers encodingObject,
javax.xml.stream.XMLStreamWriter writer)
throws EncodingException
- Specified by:
encodeSequenceTypeAttribute
in class EndpointReferenceSequenceEnDeCoder<EndProducers>
- Throws:
EncodingException
decodeSequenceTypeAttribute
protected java.lang.String decodeSequenceTypeAttribute(javax.xml.stream.XMLStreamReader reader)
- Specified by:
decodeSequenceTypeAttribute
in class EndpointReferenceSequenceEnDeCoder<EndProducers>