Apache CXF API

org.apache.cxf.transport.jms
Class ServerBehaviorPolicyType

java.lang.Object
  extended by org.apache.cxf.wsdl.TExtensibilityElement
      extended by org.apache.cxf.wsdl.TExtensibilityElementImpl
          extended by org.apache.cxf.transport.jms.ServerBehaviorPolicyType
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement

public class ServerBehaviorPolicyType
extends TExtensibilityElementImpl

JMS configuration policy for CXF Server. These are used for configuring JMS port on CXF server side. Sets selection criteria for messages received by server

Java class for ServerBehaviorPolicyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServerBehaviorPolicyType">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <attribute name="messageSelector" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="useMessageIDAsCorrelationID" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" default="false" />
       <attribute name="transactional" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" default="false" />
       <attribute name="durableSubscriberName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String durableSubscriberName
           
protected  String messageSelector
           
protected  Boolean transactional
           
protected  Boolean useMessageIDAsCorrelationID
           
 
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement
required
 
Constructor Summary
ServerBehaviorPolicyType()
           
 
Method Summary
 String getDurableSubscriberName()
          Gets the value of the durableSubscriberName property.
 String getMessageSelector()
          Gets the value of the messageSelector property.
 boolean isSetDurableSubscriberName()
           
 boolean isSetMessageSelector()
           
 boolean isSetTransactional()
           
 boolean isSetUseMessageIDAsCorrelationID()
           
 boolean isTransactional()
          Gets the value of the transactional property.
 boolean isUseMessageIDAsCorrelationID()
          Gets the value of the useMessageIDAsCorrelationID property.
 void setDurableSubscriberName(String value)
          Sets the value of the durableSubscriberName property.
 void setMessageSelector(String value)
          Sets the value of the messageSelector property.
 void setTransactional(boolean value)
          Sets the value of the transactional property.
 void setUseMessageIDAsCorrelationID(boolean value)
          Sets the value of the useMessageIDAsCorrelationID property.
 void unsetTransactional()
           
 void unsetUseMessageIDAsCorrelationID()
           
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElementImpl
getElementType, getRequired, setElementType, setRequired
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElement
isRequired, isSetRequired, setRequired, unsetRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageSelector

protected String messageSelector

useMessageIDAsCorrelationID

protected Boolean useMessageIDAsCorrelationID

transactional

protected Boolean transactional

durableSubscriberName

protected String durableSubscriberName
Constructor Detail

ServerBehaviorPolicyType

public ServerBehaviorPolicyType()
Method Detail

getMessageSelector

public String getMessageSelector()
Gets the value of the messageSelector property.

Returns:
possible object is String

setMessageSelector

public void setMessageSelector(String value)
Sets the value of the messageSelector property.

Parameters:
value - allowed object is String

isSetMessageSelector

public boolean isSetMessageSelector()

getDurableSubscriberName

public String getDurableSubscriberName()
Gets the value of the durableSubscriberName property.

Returns:
possible object is String

setDurableSubscriberName

public void setDurableSubscriberName(String value)
Sets the value of the durableSubscriberName property.

Parameters:
value - allowed object is String

isSetDurableSubscriberName

public boolean isSetDurableSubscriberName()

setUseMessageIDAsCorrelationID

public void setUseMessageIDAsCorrelationID(boolean value)
Sets the value of the useMessageIDAsCorrelationID property.


unsetUseMessageIDAsCorrelationID

public void unsetUseMessageIDAsCorrelationID()

isSetUseMessageIDAsCorrelationID

public boolean isSetUseMessageIDAsCorrelationID()

isUseMessageIDAsCorrelationID

public boolean isUseMessageIDAsCorrelationID()
Gets the value of the useMessageIDAsCorrelationID property.


setTransactional

public void setTransactional(boolean value)
Sets the value of the transactional property.


unsetTransactional

public void unsetTransactional()

isSetTransactional

public boolean isSetTransactional()

isTransactional

public boolean isTransactional()
Gets the value of the transactional property.


Apache CXF API

Apache CXF