|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.jms.uri.JMSEndpointType
public class JMSEndpointType
JMS header properties.
Java class for JMSEndpointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JMSEndpointType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="endpointUri" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jmsVariant" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="destinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="deliveryMode" type="{http://cxf.apache.org/transports/jms/uri}deliveryModeType" />
<attribute name="timeToLive" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="priority" type="{http://cxf.apache.org/transports/jms/uri}priorityType" />
<attribute name="replyToName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="topicReplyToName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jndiConnectionFactoryName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jndiInitialContextFactory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jndiURL" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="username" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="reconnectOnException" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="useJMS11" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DeliveryModeType |
deliveryMode
|
protected String |
destinationName
|
protected String |
endpointUri
|
protected String |
jmsVariant
|
protected String |
jndiConnectionFactoryName
|
protected String |
jndiInitialContextFactory
|
protected String |
jndiURL
|
protected String |
password
|
protected Integer |
priority
|
protected Boolean |
reconnectOnException
|
protected String |
replyToName
|
protected Long |
timeToLive
|
protected String |
topicReplyToName
|
protected Boolean |
useJMS11
|
protected String |
username
|
| Constructor Summary | |
|---|---|
JMSEndpointType()
|
|
| Method Summary | |
|---|---|
DeliveryModeType |
getDeliveryMode()
Gets the value of the deliveryMode property. |
String |
getDestinationName()
Gets the value of the destinationName property. |
String |
getEndpointUri()
Gets the value of the endpointUri property. |
String |
getJmsVariant()
Gets the value of the jmsVariant property. |
String |
getJndiConnectionFactoryName()
Gets the value of the jndiConnectionFactoryName property. |
String |
getJndiInitialContextFactory()
Gets the value of the jndiInitialContextFactory property. |
String |
getJndiURL()
Gets the value of the jndiURL property. |
String |
getPassword()
Gets the value of the password property. |
int |
getPriority()
Gets the value of the priority property. |
String |
getReplyToName()
Gets the value of the replyToName property. |
long |
getTimeToLive()
Gets the value of the timeToLive property. |
String |
getTopicReplyToName()
Gets the value of the topicReplyToName property. |
String |
getUsername()
Gets the value of the username property. |
boolean |
isReconnectOnException()
Gets the value of the reconnectOnException property. |
boolean |
isSetDeliveryMode()
|
boolean |
isSetDestinationName()
|
boolean |
isSetEndpointUri()
|
boolean |
isSetJmsVariant()
|
boolean |
isSetJndiConnectionFactoryName()
|
boolean |
isSetJndiInitialContextFactory()
|
boolean |
isSetJndiURL()
|
boolean |
isSetPassword()
|
boolean |
isSetPriority()
|
boolean |
isSetReconnectOnException()
|
boolean |
isSetReplyToName()
|
boolean |
isSetTimeToLive()
|
boolean |
isSetTopicReplyToName()
|
boolean |
isSetUseJMS11()
|
boolean |
isSetUsername()
|
boolean |
isUseJMS11()
Gets the value of the useJMS11 property. |
void |
setDeliveryMode(DeliveryModeType value)
Sets the value of the deliveryMode property. |
void |
setDestinationName(String value)
Sets the value of the destinationName property. |
void |
setEndpointUri(String value)
Sets the value of the endpointUri property. |
void |
setJmsVariant(String value)
Sets the value of the jmsVariant property. |
void |
setJndiConnectionFactoryName(String value)
Sets the value of the jndiConnectionFactoryName property. |
void |
setJndiInitialContextFactory(String value)
Sets the value of the jndiInitialContextFactory property. |
void |
setJndiURL(String value)
Sets the value of the jndiURL property. |
void |
setPassword(String value)
Sets the value of the password property. |
void |
setPriority(int value)
Sets the value of the priority property. |
void |
setReconnectOnException(boolean value)
Sets the value of the reconnectOnException property. |
void |
setReplyToName(String value)
Sets the value of the replyToName property. |
void |
setTimeToLive(long value)
Sets the value of the timeToLive property. |
void |
setTopicReplyToName(String value)
Sets the value of the topicReplyToName property. |
void |
setUseJMS11(boolean value)
Sets the value of the useJMS11 property. |
void |
setUsername(String value)
Sets the value of the username property. |
void |
unsetPriority()
|
void |
unsetReconnectOnException()
|
void |
unsetTimeToLive()
|
void |
unsetUseJMS11()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String endpointUri
protected String jmsVariant
protected String destinationName
protected DeliveryModeType deliveryMode
protected Long timeToLive
protected Integer priority
protected String replyToName
protected String topicReplyToName
protected String jndiConnectionFactoryName
protected String jndiInitialContextFactory
protected String jndiURL
protected String username
protected String password
protected Boolean reconnectOnException
protected Boolean useJMS11
| Constructor Detail |
|---|
public JMSEndpointType()
| Method Detail |
|---|
public String getEndpointUri()
Stringpublic void setEndpointUri(String value)
value - allowed object is
Stringpublic boolean isSetEndpointUri()
public String getJmsVariant()
Stringpublic void setJmsVariant(String value)
value - allowed object is
Stringpublic boolean isSetJmsVariant()
public String getDestinationName()
Stringpublic void setDestinationName(String value)
value - allowed object is
Stringpublic boolean isSetDestinationName()
public DeliveryModeType getDeliveryMode()
DeliveryModeTypepublic void setDeliveryMode(DeliveryModeType value)
value - allowed object is
DeliveryModeTypepublic boolean isSetDeliveryMode()
public long getTimeToLive()
Longpublic void setTimeToLive(long value)
value - allowed object is
Longpublic boolean isSetTimeToLive()
public void unsetTimeToLive()
public int getPriority()
Integerpublic void setPriority(int value)
value - allowed object is
Integerpublic boolean isSetPriority()
public void unsetPriority()
public String getReplyToName()
Stringpublic void setReplyToName(String value)
value - allowed object is
Stringpublic boolean isSetReplyToName()
public String getTopicReplyToName()
Stringpublic void setTopicReplyToName(String value)
value - allowed object is
Stringpublic boolean isSetTopicReplyToName()
public String getJndiConnectionFactoryName()
Stringpublic void setJndiConnectionFactoryName(String value)
value - allowed object is
Stringpublic boolean isSetJndiConnectionFactoryName()
public String getJndiInitialContextFactory()
Stringpublic void setJndiInitialContextFactory(String value)
value - allowed object is
Stringpublic boolean isSetJndiInitialContextFactory()
public String getJndiURL()
Stringpublic void setJndiURL(String value)
value - allowed object is
Stringpublic boolean isSetJndiURL()
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
public boolean isReconnectOnException()
Booleanpublic void setReconnectOnException(boolean value)
value - allowed object is
Booleanpublic boolean isSetReconnectOnException()
public void unsetReconnectOnException()
public boolean isUseJMS11()
Booleanpublic void setUseJMS11(boolean value)
value - allowed object is
Booleanpublic boolean isSetUseJMS11()
public void unsetUseJMS11()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||