com.sun.xml.ws.api
Interface ComponentRegistry
- All Superinterfaces:
- Component
- All Known Subinterfaces:
- WSBindingProvider
- All Known Implementing Classes:
- ClientContainer, Container, DataSourceDispatch, DispatchImpl, Fiber, JAXBDispatch, MessageDispatch, PacketDispatch, RESTSourceDispatch, SEIStub, ServerContainer, ServletContainer, SOAPMessageDispatch, SOAPSourceDispatch, Stub, WSEndpoint, WSEndpointImpl, WSEndpointMOMProxy, WSService, WSServiceDelegate
public interface ComponentRegistry
- extends Component
Registry for component delegates. It is expected that implementations of
ComponentRegistry will delegate to registered Component
s in its own
implementation of Component.getSPI
, either before or after it
considers its own SPI implementations.
- Since:
- 2.2.6
getComponents
@NotNull
Set<Component> getComponents()
- Returns the set of
Component
s registered with this object
- Returns:
- set of registered components
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.