Package | Description |
---|---|
org.apache.cxf.service.factory |
Modifier and Type | Method and Description |
---|---|
static FactoryBeanListener.Event |
FactoryBeanListener.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FactoryBeanListener.Event[] |
FactoryBeanListener.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FactoryBeanListener.handleEvent(FactoryBeanListener.Event ev,
AbstractServiceFactoryBean factory,
Object... args) |
void |
OldLoggingFactoryBeanListener.handleEvent(FactoryBeanListener.Event ev,
AbstractServiceFactoryBean factory,
Object... args) |
void |
AnnotationsFactoryBeanListener.handleEvent(FactoryBeanListener.Event ev,
AbstractServiceFactoryBean factory,
Object... args) |
void |
AbstractServiceFactoryBean.sendEvent(FactoryBeanListener.Event ev,
Object... args) |
Apache CXF