| java.lang.Object com.sun.jbi.engine.sequencing.util.UtilBase com.sun.jbi.engine.sequencing.util.DeployDescriptorReader
Inner Class :public class EndpointInfo | |
Method Summary | |
public int | getConsumerCount() Returns the number of consumer endpoints. | public int | getProviderCount() | public void | init(Document doc) Initializes the config file and loads services. | public boolean | isPresent(QName sername, QName intername, String epname) Checks if the endpoint is present in the jbi.xml.
Parameters: sername - service name. Parameters: intername - interface name. Parameters: epname - endpoint name. | public void | load() Loads data. | public void | setEndpoint(Node node, EndpointInfo ep) Sets the endpoint. |
DeployDescriptorReader | public DeployDescriptorReader()(Code) | | Creates a new ConfigReader object.
|
getConsumerCount | public int getConsumerCount()(Code) | | Returns the number of consumer endpoints.
number of consumers. |
getProviderCount | public int getProviderCount()(Code) | | Returns number of provider endpoints
number of providers. |
init | public void init(Document doc)(Code) | | Initializes the config file and loads services.
Parameters: doc - Name of the config file. |
isPresent | public boolean isPresent(QName sername, QName intername, String epname)(Code) | | Checks if the endpoint is present in the jbi.xml.
Parameters: sername - service name. Parameters: intername - interface name. Parameters: epname - endpoint name. true if endpoint is present. |
load | public void load()(Code) | | Loads data.
|
setEndpoint | public void setEndpoint(Node node, EndpointInfo ep)(Code) | | Sets the endpoint.
Parameters: node - node. Parameters: ep - endpoint info. |
|
|