Package com.sun.xml.ws.api.server
Interface EndpointComponent
-
public interface EndpointComponentDeprecated.replaced byComponentInterface that allows components aroundWSEndpointto hook up with each other.- Since:
- 2.1.2
- Author:
- Kohsuke Kawaguchi
- See Also:
WSEndpoint.getComponentRegistry()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description <T> TgetSPI(Class<T> spiType)Deprecated.Gets the specified SPI.
-