Package com.sun.xml.ws.server
Interface EndpointAwareTube
- All Superinterfaces:
Tube
- All Known Implementing Classes:
AsyncProviderInvokerTube,InvokerTube,ProviderInvokerTube,SEIInvokerTube,SyncProviderInvokerTube
Tubes that implement this interface will receive notification of the WSEndpoint
holding the tubeline after successful endpoint creation.
- Since:
- 2.2.6
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetEndpoint(WSEndpoint<?> endpoint) Setter for WSEndpoint holding this tubeMethods inherited from interface com.sun.xml.ws.api.pipe.Tube
copy, preDestroy, processException, processRequest, processResponse
-
Method Details
-
setEndpoint
Setter for WSEndpoint holding this tube- Parameters:
endpoint- WSEndpoint holding this tube
-