|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.MessageDestinationDescriptor
public class MessageDestinationDescriptor
Java class for message-destination-descriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="message-destination-descriptor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="message-destination-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<sequence>
<element name="destination-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="initial-context-factory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="provider-url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<element name="destination-resource-link" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
destinationJndiName
|
protected String |
destinationResourceLink
|
protected String |
id
|
protected String |
initialContextFactory
|
protected String |
messageDestinationName
|
protected String |
providerUrl
|
| Constructor Summary | |
|---|---|
MessageDestinationDescriptor()
|
|
| Method Summary | |
|---|---|
String |
getDestinationJndiName()
Gets the value of the destinationJndiName property. |
String |
getDestinationResourceLink()
Gets the value of the destinationResourceLink property. |
String |
getId()
Gets the value of the id property. |
String |
getInitialContextFactory()
Gets the value of the initialContextFactory property. |
String |
getMessageDestinationName()
Gets the value of the messageDestinationName property. |
String |
getProviderUrl()
Gets the value of the providerUrl property. |
void |
setDestinationJndiName(String value)
Sets the value of the destinationJndiName property. |
void |
setDestinationResourceLink(String value)
Sets the value of the destinationResourceLink property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setInitialContextFactory(String value)
Sets the value of the initialContextFactory property. |
void |
setMessageDestinationName(String value)
Sets the value of the messageDestinationName property. |
void |
setProviderUrl(String value)
Sets the value of the providerUrl property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String messageDestinationName
protected String destinationJndiName
protected String initialContextFactory
protected String providerUrl
protected String destinationResourceLink
protected String id
| Constructor Detail |
|---|
public MessageDestinationDescriptor()
| Method Detail |
|---|
public String getMessageDestinationName()
Stringpublic void setMessageDestinationName(String value)
value - allowed object is
Stringpublic String getDestinationJndiName()
Stringpublic void setDestinationJndiName(String value)
value - allowed object is
Stringpublic String getInitialContextFactory()
Stringpublic void setInitialContextFactory(String value)
value - allowed object is
Stringpublic String getProviderUrl()
Stringpublic void setProviderUrl(String value)
value - allowed object is
Stringpublic String getDestinationResourceLink()
Stringpublic void setDestinationResourceLink(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||