|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
org.codehaus.xfire.service.invoker.ScopePolicyEditor
public class ScopePolicyEditor
This class is responsible for converting string to ScopePolicy object.
Constructor Summary | |
---|---|
ScopePolicyEditor()
|
Method Summary | |
---|---|
static ScopePolicy |
getDefaultScope()
To get the default scope policy when no policy is specified. |
void |
setAsText(java.lang.String text)
|
static ScopePolicy |
toScopePolicy(java.lang.String policy)
Convert a policy name to ScopePolicy object. |
Methods inherited from class java.beans.PropertyEditorSupport |
---|
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScopePolicyEditor()
Method Detail |
---|
public static ScopePolicy getDefaultScope()
public static ScopePolicy toScopePolicy(java.lang.String policy)
policy
- the policy name.
public void setAsText(java.lang.String text)
setAsText
in interface java.beans.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |