public OSRFObject() {
}
+
/**
* Creates a new object with the provided registry
*/
registry = reg;
}
+
+ /**
+ * Creates a new OpenSRF object based on the net class string
+ * */
+ public OSRFObject(String netClass) {
+ this(OSRFRegistry.getRegistry(netClass));
+ }
+
+
/**
* @return This object's registry
*/