public class Registrar
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
our log
|
Constructor and Description |
---|
Registrar() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isBound()
Check for being bound to a modeler -this will force
a binding if none existed.
|
static boolean |
register(java.lang.Object objectToRegister,
java.lang.String name,
java.lang.String context)
register using reflection.
|
public static boolean register(java.lang.Object objectToRegister, java.lang.String name, java.lang.String context)
objectToRegister
- name
- context
- public static boolean isBound()
Copyright © 2005 Apache Web Services Project. All Rights Reserved.