Package com.sun.xml.registry.service
Class JAXRService
- java.lang.Object
-
- com.sun.xml.registry.service.JAXRService
-
public class JAXRService extends Object
This class simply instantiates a jaxr ConnectionFactoryImpl and binds it in a namespace.- Author:
- bbissett
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JAXRServicegetInstance()This is a singleton class.static voidmain(String[] args)
-
-
-
Method Detail
-
getInstance
public static JAXRService getInstance()
This is a singleton class.- Returns:
- The single instance of the JAXRService class
-
main
public static void main(String[] args)
-
-