Package com.ibm.ws.javaee.dd.webbnd
Interface WebBnd
- All Superinterfaces:
com.ibm.ws.javaee.dd.DeploymentDescriptor
,RefBindingsGroup
Represents <web-bnd>.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.ibm.ws.javaee.dd.DeploymentDescriptor
getComponentForId, getDeploymentDescriptorPath, getIdForComponent
Methods inherited from interface com.ibm.ws.javaee.dd.commonbnd.RefBindingsGroup
getDataSources, getEJBRefs, getEnvEntries, getMessageDestinationRefs, getResourceEnvRefs, getResourceRefs
-
Field Details
-
XML_BND_NAME
- See Also:
-
XMI_BND_NAME
- See Also:
-
-
Method Details
-
getVersion
String getVersion()- Returns:
- version="..." attribute value
-
getVirtualHost
VirtualHost getVirtualHost()- Returns:
- <virtual-host>, or null if unspecified
-
getMessageDestinations
List<MessageDestination> getMessageDestinations()- Returns:
- <message-destination> as a read-only list
-
getJASPIRef
JASPIRef getJASPIRef()- Returns:
- <jaspi-ref>, or null if unspecified
-