Package org.jboss.wsf.spi.management
Class EndpointRegistryFactory
- java.lang.Object
-
- org.jboss.wsf.spi.management.EndpointRegistryFactory
-
public abstract class EndpointRegistryFactory extends Object
Get the endpoint registry from the kernel- Since:
- 20-Apr-2007
- Author:
- Thomas.Diesler@jboss.com
-
-
Constructor Summary
Constructors Constructor Description EndpointRegistryFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract EndpointRegistrygetEndpointRegistry()
-
-
-
Method Detail
-
getEndpointRegistry
public abstract EndpointRegistry getEndpointRegistry()
-
-