| Package | Description |
|---|---|
| com.sun.enterprise.web.deploy | |
| org.apache.catalina.core | |
| org.apache.catalina.deploy |
This package contains Java objects that represent complex data structures
from the web application deployment descriptor file (
web.xml). |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageDestinationRefDecorator
Decorator of class
org.apache.catalina.deploy.MessageDestinationRef |
| Modifier and Type | Method and Description |
|---|---|
MessageDestinationRef |
StandardContext.findMessageDestinationRef(String name)
Return the message destination ref with the specified name, if any;
otherwise, return
null. |
MessageDestinationRef[] |
StandardContext.findMessageDestinationRefs()
Return the set of defined message destination refs for this web
application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardContext.addMessageDestinationRef(MessageDestinationRef mdr)
Add a message destination reference for this web application.
|
| Modifier and Type | Method and Description |
|---|---|
MessageDestinationRef |
NamingResources.findMessageDestinationRef(String name)
Return the message destination reference with the specified name,
if any; otherwise, return
null. |
MessageDestinationRef[] |
NamingResources.findMessageDestinationRefs()
Return the defined message destination references for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamingResources.addMessageDestinationRef(MessageDestinationRef mdr)
Add a message destination reference for this web application.
|
Copyright © 2019. All rights reserved.