org.codehaus.xfire.handler
Class Phase
java.lang.Object
org.codehaus.xfire.handler.Phase
- All Implemented Interfaces:
- java.lang.Comparable
public class Phase
- extends java.lang.Object
- implements java.lang.Comparable
Constructor Summary |
Phase(java.lang.String name,
int priority)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TRANSPORT
public static final java.lang.String TRANSPORT
- See Also:
- Constant Field Values
PARSE
public static final java.lang.String PARSE
- See Also:
- Constant Field Values
PRE_DISPATCH
public static final java.lang.String PRE_DISPATCH
- See Also:
- Constant Field Values
DISPATCH
public static final java.lang.String DISPATCH
- See Also:
- Constant Field Values
POLICY
public static final java.lang.String POLICY
- See Also:
- Constant Field Values
USER
public static final java.lang.String USER
- See Also:
- Constant Field Values
PRE_INVOKE
public static final java.lang.String PRE_INVOKE
- See Also:
- Constant Field Values
SERVICE
public static final java.lang.String SERVICE
- See Also:
- Constant Field Values
POST_INVOKE
public static final java.lang.String POST_INVOKE
- See Also:
- Constant Field Values
SEND
public static final java.lang.String SEND
- See Also:
- Constant Field Values
Phase
public Phase(java.lang.String name,
int priority)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getPriority
public int getPriority()
setPriority
public void setPriority(int priority)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
compareTo
public int compareTo(java.lang.Object obj)
- Specified by:
compareTo
in interface java.lang.Comparable
Copyright © 2004-2009. All Rights Reserved.