|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.narada.wsinfra.deployment.impl.NBNetworkSubstrate
This class provides an implementation of the Network Substrate interface based on communications provided by the NB substrate.
| Constructor Summary | |
NBNetworkSubstrate()
|
|
| Method Summary | |
void |
configureNetworking(Properties props)
Configure the networking related properties associated with the substrate. |
String |
createLinkTo(Properties props,
String linkType)
Create a network connection to a specific host based on the specified properties and communications type. |
void |
handleData(cgl.narada.protocol.DataReceived dataReceived)
|
boolean |
isClient()
This method indicates that the node in question is a client |
void |
loadCommunicationsOfType(Properties commProps,
String commType)
Load communication libraries for a specific transport based on the specified properties. |
void |
registerPipeline(FilterPipeline filterPipeline)
Register the filter pipeline with the substrate. |
void |
routeMessage(SOAPMessage soapMessage)
Route the SOAPMessage based on the contents of the [wsa:To] element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NBNetworkSubstrate()
| Method Detail |
public void registerPipeline(FilterPipeline filterPipeline)
throws DeploymentException
registerPipeline in interface NetworkSubstrateDeploymentException
public void configureNetworking(Properties props)
throws DeploymentException
configureNetworking in interface NetworkSubstrateDeploymentException
public void routeMessage(SOAPMessage soapMessage)
throws MessageFlowException
NetworkSubstrate
routeMessage in interface NetworkSubstrateMessageFlowExceptionpublic boolean isClient()
isClient in interface cgl.narada.protocol.Handlerpublic void handleData(cgl.narada.protocol.DataReceived dataReceived)
handleData in interface cgl.narada.protocol.Handler
public void loadCommunicationsOfType(Properties commProps,
String commType)
throws cgl.narada.transport.TransportException
cgl.narada.transport.TransportException
public String createLinkTo(Properties props,
String linkType)
throws DeploymentException
DeploymentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||