org.apache.tuscany.sca.binding.notification.encoding
Class BrokerEnDeCoder

java.lang.Object
  extended by org.apache.tuscany.sca.binding.notification.encoding.AbstractEnDeCoder<B>
      extended by org.apache.tuscany.sca.binding.notification.encoding.AbstractBrokerEnDeCoder<Broker>
          extended by org.apache.tuscany.sca.binding.notification.encoding.BrokerEnDeCoder
All Implemented Interfaces:
EnDeCoder<Broker>

public class BrokerEnDeCoder
extends AbstractBrokerEnDeCoder<Broker>


Field Summary
static javax.xml.namespace.QName QNAME
           
 
Fields inherited from class org.apache.tuscany.sca.binding.notification.encoding.AbstractEnDeCoder
registry
 
Constructor Summary
BrokerEnDeCoder(EncodingRegistry registry)
           
 
Method Summary
 javax.xml.namespace.QName getEncodingObjectQName()
          Gets the qualified name of the XML fragment for the Encoding object.
 java.lang.Class<Broker> getEncodingObjectType()
          Returns the type of the encoding object.
 
Methods inherited from class org.apache.tuscany.sca.binding.notification.encoding.AbstractBrokerEnDeCoder
decode, encode
 
Methods inherited from class org.apache.tuscany.sca.binding.notification.encoding.AbstractEnDeCoder
start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QNAME

public static final javax.xml.namespace.QName QNAME
Constructor Detail

BrokerEnDeCoder

public BrokerEnDeCoder(EncodingRegistry registry)
Method Detail

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<Broker> getEncodingObjectType()
Description copied from interface: EnDeCoder
Returns the type of the encoding object.

Returns:
Encoding object type.