Apache CXF API

org.apache.cxf.transport.jms
Class ClientConfig

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

public class ClientConfig
extends TExtensibilityElementImpl

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" />
       <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  Long clientReceiveTimeout
           
protected  String conduitSelectorPrefix
           
protected  Boolean enforceSpec
           
protected  Long messageTimeToLive
           
protected  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.
 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(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

clientReceiveTimeout

protected Long clientReceiveTimeout

messageTimeToLive

protected Long messageTimeToLive

conduitSelectorPrefix

protected String conduitSelectorPrefix

useConduitIdSelector

protected Boolean useConduitIdSelector

enforceSpec

protected Boolean enforceSpec
Constructor Detail

ClientConfig

public ClientConfig()
Method Detail

getConduitSelectorPrefix

public String getConduitSelectorPrefix()
Gets the value of the conduitSelectorPrefix property.

Returns:
possible object is String

setConduitSelectorPrefix

public void setConduitSelectorPrefix(String value)
Sets the value of the conduitSelectorPrefix property.

Parameters:
value - allowed object is String

isSetConduitSelectorPrefix

public boolean isSetConduitSelectorPrefix()

setClientReceiveTimeout

public void setClientReceiveTimeout(long value)
Sets the value of the clientReceiveTimeout property.


unsetClientReceiveTimeout

public void unsetClientReceiveTimeout()

isSetClientReceiveTimeout

public boolean isSetClientReceiveTimeout()

getClientReceiveTimeout

public long getClientReceiveTimeout()
Gets the value of the clientReceiveTimeout property.


setMessageTimeToLive

public void setMessageTimeToLive(long value)
Sets the value of the messageTimeToLive property.


unsetMessageTimeToLive

public void unsetMessageTimeToLive()

isSetMessageTimeToLive

public boolean isSetMessageTimeToLive()

getMessageTimeToLive

public long getMessageTimeToLive()
Gets the value of the messageTimeToLive property.


setUseConduitIdSelector

public void setUseConduitIdSelector(boolean value)
Sets the value of the useConduitIdSelector property.


unsetUseConduitIdSelector

public void unsetUseConduitIdSelector()

isSetUseConduitIdSelector

public boolean isSetUseConduitIdSelector()

isUseConduitIdSelector

public boolean isUseConduitIdSelector()
Gets the value of the useConduitIdSelector property.


setEnforceSpec

public void setEnforceSpec(boolean value)
Sets the value of the enforceSpec property.


unsetEnforceSpec

public void unsetEnforceSpec()

isSetEnforceSpec

public boolean isSetEnforceSpec()

isEnforceSpec

public boolean isEnforceSpec()
Gets the value of the enforceSpec property.


Apache CXF API

Apache CXF