public class ContainerDescriptorHandlerConfig
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
configuration
Configuration options for the handler.
|
private java.lang.String |
handlerName
The handler's plexus role-hint, for lookup from
the container.
|
Constructor and Description |
---|
ContainerDescriptorHandlerConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getConfiguration()
Get configuration options for the handler.
|
java.lang.String |
getHandlerName()
Get the handler's plexus role-hint, for lookup from the
container.
|
void |
setConfiguration(java.lang.Object configuration)
Set configuration options for the handler.
|
void |
setHandlerName(java.lang.String handlerName)
Set the handler's plexus role-hint, for lookup from the
container.
|
private java.lang.String handlerName
private java.lang.Object configuration
public java.lang.Object getConfiguration()
public java.lang.String getHandlerName()
public void setConfiguration(java.lang.Object configuration)
configuration
- public void setHandlerName(java.lang.String handlerName)
handlerName
-