org.jboss.wsf.spi.management
Class EndpointRegistryFactory

java.lang.Object
  extended by org.jboss.wsf.spi.management.EndpointRegistryFactory
All Implemented Interfaces:
SPIView

public abstract class EndpointRegistryFactory
extends java.lang.Object
implements SPIView

Get the endpoint registry from the kernel

Since:
20-Apr-2007
Author:
Thomas.Diesler@jboss.com

Constructor Summary
EndpointRegistryFactory()
           
 
Method Summary
abstract  EndpointRegistry getEndpointRegistry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointRegistryFactory

public EndpointRegistryFactory()
Method Detail

getEndpointRegistry

public abstract EndpointRegistry getEndpointRegistry()


Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.