org.apache.tuscany.sca.binding.jms.wireformat.jmsobject
Class WireFormatJMSObject

java.lang.Object
  extended by org.apache.tuscany.sca.binding.jms.wireformat.jmsobject.WireFormatJMSObject
All Implemented Interfaces:
java.lang.Cloneable, Base, WireFormat

public class WireFormatJMSObject
extends java.lang.Object
implements WireFormat

Implementation for policies that could be injected as parameter into the axis2config.


Field Summary
static javax.xml.namespace.QName WIRE_FORMAT_JMS_BYTES_QNAME
           
 
Constructor Summary
WireFormatJMSObject()
           
 
Method Summary
 javax.xml.namespace.QName getSchemaName()
           
 boolean isUnresolved()
          Returns true if the model element is unresolved.
 void setUnresolved(boolean unresolved)
          Sets whether the model element is unresolved.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIRE_FORMAT_JMS_BYTES_QNAME

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

WireFormatJMSObject

public WireFormatJMSObject()
Method Detail

getSchemaName

public javax.xml.namespace.QName getSchemaName()

isUnresolved

public boolean isUnresolved()
Description copied from interface: Base
Returns true if the model element is unresolved.

Specified by:
isUnresolved in interface Base
Returns:
true if the model element is unresolved.

setUnresolved

public void setUnresolved(boolean unresolved)
Description copied from interface: Base
Sets whether the model element is unresolved.

Specified by:
setUnresolved in interface Base
Parameters:
unresolved - whether the model element is unresolved