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