org.apache.tuscany.sca.binding.jms.operationselector.jmsdefault
Class OperationSelectorJMSDefault

java.lang.Object
  extended by org.apache.tuscany.sca.binding.jms.operationselector.jmsdefault.OperationSelectorJMSDefault
All Implemented Interfaces:
java.lang.Cloneable, Base, OperationSelector

public class OperationSelectorJMSDefault
extends java.lang.Object
implements OperationSelector

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


Field Summary
static javax.xml.namespace.QName OPERATION_SELECTOR_JMS_DEFAULT_QNAME
           
 
Constructor Summary
OperationSelectorJMSDefault()
           
 
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

OPERATION_SELECTOR_JMS_DEFAULT_QNAME

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

OperationSelectorJMSDefault

public OperationSelectorJMSDefault()
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