org.jboss.services.binding
Class XMLServicesStoreFactory

java.lang.Object
  extended byorg.jboss.services.binding.XMLServicesStoreFactory
All Implemented Interfaces:
ServicesStoreFactory (src)

public class XMLServicesStoreFactory
extends java.lang.Object
implements ServicesStoreFactory (src)

A factory interface for obtaining XMLServicesStore instances


Constructor Summary
XMLServicesStoreFactory()
           
 
Method Summary
 ServicesStore (src) newInstance()
          Load the contents of a store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLServicesStoreFactory

public XMLServicesStoreFactory()
Method Detail

newInstance

public ServicesStore (src)  newInstance()
Load the contents of a store.

Specified by:
newInstance in interface ServicesStoreFactory (src)