com.ibm.ws.javaee.dd.webbnd
Interface WebBnd

All Superinterfaces:
com.ibm.ws.javaee.dd.DeploymentDescriptor, com.ibm.ws.javaee.dd.commonbnd.RefBindingsGroup

public interface WebBnd
extends com.ibm.ws.javaee.dd.DeploymentDescriptor, com.ibm.ws.javaee.dd.commonbnd.RefBindingsGroup

Represents <web-bnd>.


Field Summary
static java.lang.String XMI_BND_NAME
           
static java.lang.String XML_BND_NAME
           
 
Method Summary
 com.ibm.ws.javaee.dd.commonbnd.JASPIRef getJASPIRef()
           
 java.util.List<com.ibm.ws.javaee.dd.commonbnd.MessageDestination> getMessageDestinations()
           
 java.lang.String getVersion()
           
 VirtualHost getVirtualHost()
           
 
Methods inherited from interface com.ibm.ws.javaee.dd.DeploymentDescriptor
getComponentForId, getIdForComponent
 
Methods inherited from interface com.ibm.ws.javaee.dd.commonbnd.RefBindingsGroup
getDataSources, getEJBRefs, getEnvEntries, getMessageDestinationRefs, getResourceEnvRefs, getResourceRefs
 

Field Detail

XML_BND_NAME

static final java.lang.String XML_BND_NAME
See Also:
Constant Field Values

XMI_BND_NAME

static final java.lang.String XMI_BND_NAME
See Also:
Constant Field Values
Method Detail

getVersion

java.lang.String getVersion()
Returns:
version="..." attribute value

getVirtualHost

VirtualHost getVirtualHost()
Returns:
<virtual-host>, or null if unspecified

getMessageDestinations

java.util.List<com.ibm.ws.javaee.dd.commonbnd.MessageDestination> getMessageDestinations()
Returns:
<message-destination> as a read-only list

getJASPIRef

com.ibm.ws.javaee.dd.commonbnd.JASPIRef getJASPIRef()
Returns:
<jaspi-ref>, or null if unspecified