Package com.sun.enterprise.web.deploy
Class MessageDestinationRefDecorator
- java.lang.Object
-
- org.apache.catalina.deploy.MessageDestinationRef
-
- com.sun.enterprise.web.deploy.MessageDestinationRefDecorator
-
- All Implemented Interfaces:
Serializable
public final class MessageDestinationRefDecorator extends MessageDestinationRef
Decorator of classorg.apache.catalina.deploy.MessageDestinationRef- Author:
- Jean-Francois Arcand
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.catalina.deploy.MessageDestinationRef
resources
-
-
Constructor Summary
Constructors Constructor Description MessageDestinationRefDecorator(MessageDestinationReferenceDescriptor decoree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetLink()StringgetName()StringgetType()StringgetUsage()-
Methods inherited from class org.apache.catalina.deploy.MessageDestinationRef
getNamingResources, setDescription, setLink, setName, setType, setUsage, toString
-
-
-
-
Constructor Detail
-
MessageDestinationRefDecorator
public MessageDestinationRefDecorator(MessageDestinationReferenceDescriptor decoree)
-
-
Method Detail
-
getDescription
public String getDescription()
- Overrides:
getDescriptionin classMessageDestinationRef
-
getLink
public String getLink()
- Overrides:
getLinkin classMessageDestinationRef
-
getName
public String getName()
- Overrides:
getNamein classMessageDestinationRef
-
getType
public String getType()
- Overrides:
getTypein classMessageDestinationRef
-
getUsage
public String getUsage()
- Overrides:
getUsagein classMessageDestinationRef
-
-