|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class snapshots the basic capabilities that need to be implemented by anyone attempting to register a network substrate with the filter pipeline. For example, when encountering an http:// destination an implementor may choose to simply open a URLConnection and transfer data across to the intended destination.
| Method Summary | |
void |
configureNetworking(Properties props)
Configure networking properties related to the substrate that you are attempting to use. |
void |
registerPipeline(FilterPipeline filterPipeline)
Register a filter pipeline. |
void |
routeMessage(SOAPMessage soapMessage)
Route the SOAPMessage based on the contents of the [wsa:To] element. |
| Method Detail |
public void registerPipeline(FilterPipeline filterPipeline)
throws DeploymentException
DeploymentException
public void configureNetworking(Properties props)
throws DeploymentException
DeploymentException
public void routeMessage(SOAPMessage soapMessage)
throws MessageFlowException
MessageFlowException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||