public class ServerConfig extends TExtensibilityElementImpl
Java class for ServerConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServerConfig"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement"> <attribute name="messageTimeToLive" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedLong" default="0" /> <attribute name="durableSubscriptionClientId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="serverReceiveTimeout" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedLong" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
durableSubscriptionClientId |
protected Long |
messageTimeToLive |
protected Long |
serverReceiveTimeout |
required
Constructor and Description |
---|
ServerConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getDurableSubscriptionClientId()
Gets the value of the durableSubscriptionClientId property.
|
long |
getMessageTimeToLive()
Gets the value of the messageTimeToLive property.
|
long |
getServerReceiveTimeout()
Gets the value of the serverReceiveTimeout property.
|
boolean |
isSetDurableSubscriptionClientId() |
boolean |
isSetMessageTimeToLive() |
boolean |
isSetServerReceiveTimeout() |
void |
setDurableSubscriptionClientId(String value)
Sets the value of the durableSubscriptionClientId property.
|
void |
setMessageTimeToLive(long value)
Sets the value of the messageTimeToLive property.
|
void |
setServerReceiveTimeout(long value)
Sets the value of the serverReceiveTimeout property.
|
void |
unsetMessageTimeToLive() |
void |
unsetServerReceiveTimeout() |
getElementType, getRequired, setElementType, setRequired
isRequired, isSetRequired, setRequired, unsetRequired
protected Long messageTimeToLive
protected String durableSubscriptionClientId
protected Long serverReceiveTimeout
public String getDurableSubscriptionClientId()
String
public void setDurableSubscriptionClientId(String value)
value
- allowed object is
String
public boolean isSetDurableSubscriptionClientId()
public void setMessageTimeToLive(long value)
public void unsetMessageTimeToLive()
public boolean isSetMessageTimeToLive()
public long getMessageTimeToLive()
public void setServerReceiveTimeout(long value)
public void unsetServerReceiveTimeout()
public boolean isSetServerReceiveTimeout()
public long getServerReceiveTimeout()
Apache CXF