|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgroovyx.net.ws.cxf.AbstractSettingHelper
public abstract class AbstractSettingHelper
Abstract helper class to set configuration
properties of a Client
| Field Summary | |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
properties
Stores the properties. |
| Constructor Summary | |
|---|---|
AbstractSettingHelper()
|
|
| Method Summary | |
|---|---|
protected abstract void |
configureClientParameters(org.apache.cxf.endpoint.Client client)
Sets the default properties. |
void |
enable(org.apache.cxf.endpoint.Client client)
Enables the settings according to the values in the propertymap. |
void |
initialize()
Initializes the setting. |
protected boolean |
isConfigured()
|
protected abstract void |
setDefaultProperties()
Sets the default properties. |
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Sets the properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Map<java.lang.String,java.lang.String> properties
| Constructor Detail |
|---|
public AbstractSettingHelper()
| Method Detail |
|---|
public void initialize()
protected boolean isConfigured()
true if the properties are already set,
otherwise false.public void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
properties - The map containing the properties.protected abstract void setDefaultProperties()
protected abstract void configureClientParameters(org.apache.cxf.endpoint.Client client)
client - The CXF client to configurepublic void enable(org.apache.cxf.endpoint.Client client)
client - The CXF client on which to enable the properties
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||