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
 void setEndpoint(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


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.