Creates a new tubeline for servers.
When a JAX-WS server deploys a new endpoint, it internally
uses this method to create a new tubeline as a part of the
initialization.
Note that this method is called only once to set up a
'master tubeline', and it gets
Tube.copy(TubeCloner) copied from it.
Parameters: context - Object that captures various contextual informationthat can be used to determine the tubeline to be assembled.non-null freshly created tubeline. throws: javax.xml.ws.WebServiceException - if there's any configuration error that prevents thetubeline from being constructed. This exception will bepropagated into the container, so it must havea descriptive error. |