public class WLDFJMSNotification extends Object
Modifier and Type | Field and Description |
---|---|
static String |
WLDF_JMSNOTIFICATION_TOKEN |
Constructor and Description |
---|
WLDFJMSNotification() |
Modifier and Type | Method and Description |
---|---|
String |
getConnectionFactoryJNDIName() |
String |
getDestinationJNDIName() |
Boolean |
getEnabled() |
String |
getName() |
void |
setConnectionFactoryJNDIName(String connectionFactoryJNDIName) |
void |
setDestinationJNDIName(String destinationJNDIName) |
void |
setEnabled(Boolean enabled) |
WLDFJMSNotification |
setName(String name) |
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
public static final String WLDF_JMSNOTIFICATION_TOKEN
public String getName()
public WLDFJMSNotification setName(String name)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public String getDestinationJNDIName()
public void setDestinationJNDIName(String destinationJNDIName)
public String getConnectionFactoryJNDIName()
public void setConnectionFactoryJNDIName(String connectionFactoryJNDIName)
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()