|
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.ClientConfig
public class ClientConfig
Java class for ClientConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClientConfig">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<attribute name="clientReceiveTimeout" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedLong" default="60000" />
<attribute name="messageTimeToLive" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedLong" default="0" />
<attribute name="conduitSelectorPrefix" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="useConduitIdSelector" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
<attribute name="enforceSpec" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" default="true" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Long |
clientReceiveTimeout
|
protected java.lang.String |
conduitSelectorPrefix
|
protected java.lang.Boolean |
enforceSpec
|
protected java.lang.Long |
messageTimeToLive
|
protected java.lang.Boolean |
useConduitIdSelector
|
| Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement |
|---|
required |
| Constructor Summary | |
|---|---|
ClientConfig()
|
|
| Method Summary | |
|---|---|
long |
getClientReceiveTimeout()
Gets the value of the clientReceiveTimeout property. |
java.lang.String |
getConduitSelectorPrefix()
Gets the value of the conduitSelectorPrefix property. |
long |
getMessageTimeToLive()
Gets the value of the messageTimeToLive property. |
boolean |
isEnforceSpec()
Gets the value of the enforceSpec property. |
boolean |
isSetClientReceiveTimeout()
|
boolean |
isSetConduitSelectorPrefix()
|
boolean |
isSetEnforceSpec()
|
boolean |
isSetMessageTimeToLive()
|
boolean |
isSetUseConduitIdSelector()
|
boolean |
isUseConduitIdSelector()
Gets the value of the useConduitIdSelector property. |
void |
setClientReceiveTimeout(long value)
Sets the value of the clientReceiveTimeout property. |
void |
setConduitSelectorPrefix(java.lang.String value)
Sets the value of the conduitSelectorPrefix property. |
void |
setEnforceSpec(boolean value)
Sets the value of the enforceSpec property. |
void |
setMessageTimeToLive(long value)
Sets the value of the messageTimeToLive property. |
void |
setUseConduitIdSelector(boolean value)
Sets the value of the useConduitIdSelector property. |
void |
unsetClientReceiveTimeout()
|
void |
unsetEnforceSpec()
|
void |
unsetMessageTimeToLive()
|
void |
unsetUseConduitIdSelector()
|
| 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.Long clientReceiveTimeout
protected java.lang.Long messageTimeToLive
protected java.lang.String conduitSelectorPrefix
protected java.lang.Boolean useConduitIdSelector
protected java.lang.Boolean enforceSpec
| Constructor Detail |
|---|
public ClientConfig()
| Method Detail |
|---|
public java.lang.String getConduitSelectorPrefix()
Stringpublic void setConduitSelectorPrefix(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetConduitSelectorPrefix()
public void setClientReceiveTimeout(long value)
public void unsetClientReceiveTimeout()
public boolean isSetClientReceiveTimeout()
public long getClientReceiveTimeout()
public void setMessageTimeToLive(long value)
public void unsetMessageTimeToLive()
public boolean isSetMessageTimeToLive()
public long getMessageTimeToLive()
public void setUseConduitIdSelector(boolean value)
public void unsetUseConduitIdSelector()
public boolean isSetUseConduitIdSelector()
public boolean isUseConduitIdSelector()
public void setEnforceSpec(boolean value)
public void unsetEnforceSpec()
public boolean isSetEnforceSpec()
public boolean isEnforceSpec()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||