Package com.ibm.ws.javaee.dd.webbnd
Interface WebBnd
- 
- All Superinterfaces:
- com.ibm.ws.javaee.dd.DeploymentDescriptor,- RefBindingsGroup
 
 public interface WebBnd extends com.ibm.ws.javaee.dd.DeploymentDescriptor, RefBindingsGroup Represents <web-bnd>.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringXMI_BND_NAMEstatic java.lang.StringXML_BND_NAME
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description JASPIRefgetJASPIRef()java.util.List<MessageDestination>getMessageDestinations()java.lang.StringgetVersion()VirtualHostgetVirtualHost()- 
Methods inherited from interface com.ibm.ws.javaee.dd.DeploymentDescriptorgetComponentForId, getDeploymentDescriptorPath, getIdForComponent
 - 
Methods inherited from interface com.ibm.ws.javaee.dd.commonbnd.RefBindingsGroupgetDataSources, getEJBRefs, getEnvEntries, getMessageDestinationRefs, getResourceEnvRefs, getResourceRefs
 
- 
 
- 
- 
- 
Field Detail- 
XML_BND_NAMEstatic final java.lang.String XML_BND_NAME - See Also:
- Constant Field Values
 
 - 
XMI_BND_NAMEstatic final java.lang.String XMI_BND_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getVersionjava.lang.String getVersion() - Returns:
- version="..." attribute value
 
 - 
getVirtualHostVirtualHost getVirtualHost() - Returns:
- <virtual-host>, or null if unspecified
 
 - 
getMessageDestinationsjava.util.List<MessageDestination> getMessageDestinations() - Returns:
- <message-destination> as a read-only list
 
 - 
getJASPIRefJASPIRef getJASPIRef() - Returns:
- <jaspi-ref>, or null if unspecified
 
 
- 
 
-