|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.wsdl.TExtensibilityElement
org.apache.cxf.wsdl.TExtensibilityElementImpl
org.apache.cxf.transport.jms.ServerBehaviorPolicyType
public class ServerBehaviorPolicyType
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://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="transactional" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="durableSubscriberName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
durableSubscriberName
|
protected java.lang.String |
messageSelector
|
protected java.lang.Boolean |
transactional
|
protected java.lang.Boolean |
useMessageIDAsCorrelationID
|
| Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement |
|---|
required |
| Constructor Summary | |
|---|---|
ServerBehaviorPolicyType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDurableSubscriberName()
Gets the value of the durableSubscriberName property. |
java.lang.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(java.lang.String value)
Sets the value of the durableSubscriberName property. |
void |
setMessageSelector(java.lang.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 |
|---|
protected java.lang.String messageSelector
protected java.lang.Boolean useMessageIDAsCorrelationID
protected java.lang.Boolean transactional
protected java.lang.String durableSubscriberName
| Constructor Detail |
|---|
public ServerBehaviorPolicyType()
| Method Detail |
|---|
public java.lang.String getMessageSelector()
Stringpublic void setMessageSelector(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetMessageSelector()
public boolean isUseMessageIDAsCorrelationID()
Booleanpublic void setUseMessageIDAsCorrelationID(boolean value)
value - allowed object is
Booleanpublic boolean isSetUseMessageIDAsCorrelationID()
public void unsetUseMessageIDAsCorrelationID()
public boolean isTransactional()
Booleanpublic void setTransactional(boolean value)
value - allowed object is
Booleanpublic boolean isSetTransactional()
public void unsetTransactional()
public java.lang.String getDurableSubscriberName()
Stringpublic void setDurableSubscriberName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDurableSubscriberName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||