When a JAX-WS client creates a proxy or a {@link javax.xml.ws.Dispatch} froma {@link javax.xml.ws.Service}, JAX-WS runtime internally uses this method to create a new tubeline as a part of the initilization. @param context Object that captures various contextual information that can be used to determine the tubeline to be assembled. @return non-null freshly created tubeline. @throws javax.xml.ws.WebServiceException if there's any configuration error that prevents the tubeline from being constructed. This exception will be propagated into the application, so it must have a descriptive error.
|
|