Uses of Class
org.apache.catalina.deploy.MessageDestinationRef
-
Packages that use MessageDestinationRef 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). -
-
Uses of MessageDestinationRef in com.sun.enterprise.web.deploy
Subclasses of MessageDestinationRef in com.sun.enterprise.web.deploy Modifier and Type Class Description classMessageDestinationRefDecoratorDecorator of classorg.apache.catalina.deploy.MessageDestinationRef -
Uses of MessageDestinationRef in org.apache.catalina.core
Methods in org.apache.catalina.core that return MessageDestinationRef Modifier and Type Method Description MessageDestinationRefStandardContext. findMessageDestinationRef(String name)Return the message destination ref with the specified name, if any; otherwise, returnnull.MessageDestinationRef[]StandardContext. findMessageDestinationRefs()Return the set of defined message destination refs for this web application.Methods in org.apache.catalina.core with parameters of type MessageDestinationRef Modifier and Type Method Description voidStandardContext. addMessageDestinationRef(MessageDestinationRef mdr)Add a message destination reference for this web application. -
Uses of MessageDestinationRef in org.apache.catalina.deploy
Methods in org.apache.catalina.deploy that return MessageDestinationRef Modifier and Type Method Description MessageDestinationRefNamingResources. findMessageDestinationRef(String name)Return the message destination reference with the specified name, if any; otherwise, returnnull.MessageDestinationRef[]NamingResources. findMessageDestinationRefs()Return the defined message destination references for this application.Methods in org.apache.catalina.deploy with parameters of type MessageDestinationRef Modifier and Type Method Description voidNamingResources. addMessageDestinationRef(MessageDestinationRef mdr)Add a message destination reference for this web application.
-