Package com.sun.xml.ws.api
Interface ComponentRegistry
- All Superinterfaces:
Component
- All Known Subinterfaces:
WSBindingProvider
- All Known Implementing Classes:
Container,DataSourceDispatch,DispatchImpl,Fiber,JAXBDispatch,ManagedEndpoint,MessageDispatch,PacketDispatch,SEIStub,SOAPMessageDispatch,Stub,WSEndpoint,WSEndpointImpl,WSEndpointMOMProxy,WSService,WSServiceDelegate
Registry for component delegates. It is expected that implementations of
ComponentRegistry will delegate to registered
Components in its own
implementation of Component.getSPI(java.lang.Class), either before or after it
considers its own SPI implementations.- Since:
- 2.2.6
-
Method Summary
-
Method Details
-
getComponents
Returns the set ofComponents registered with this object- Returns:
- set of registered components
-