|
Apache CXF API | |||||||||
| 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://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 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 java.lang.String getDurableSubscriberName()
Stringpublic void setDurableSubscriberName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDurableSubscriberName()
public void setUseMessageIDAsCorrelationID(boolean value)
public void unsetUseMessageIDAsCorrelationID()
public boolean isSetUseMessageIDAsCorrelationID()
public boolean isUseMessageIDAsCorrelationID()
public void setTransactional(boolean value)
public void unsetTransactional()
public boolean isSetTransactional()
public boolean isTransactional()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||