Package org.apache.cxf.phase
Class Phase
- java.lang.Object
-
- org.apache.cxf.phase.Phase
-
- All Implemented Interfaces:
Comparable<Object>
public class Phase extends Object implements Comparable<Object>
-
-
Field Summary
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object o)
boolean
equals(Object o)
String
getName()
int
getPriority()
int
hashCode()
void
setName(String n)
void
setPriority(int p)
String
toString()
-
-
-
Field Detail
-
SETUP
public static final String SETUP
- See Also:
- Constant Field Values
-
SETUP_ENDING
public static final String SETUP_ENDING
- See Also:
- Constant Field Values
-
PRE_LOGICAL
public static final String PRE_LOGICAL
- See Also:
- Constant Field Values
-
PRE_LOGICAL_ENDING
public static final String PRE_LOGICAL_ENDING
- See Also:
- Constant Field Values
-
USER_LOGICAL
public static final String USER_LOGICAL
- See Also:
- Constant Field Values
-
USER_LOGICAL_ENDING
public static final String USER_LOGICAL_ENDING
- See Also:
- Constant Field Values
-
POST_LOGICAL
public static final String POST_LOGICAL
- See Also:
- Constant Field Values
-
POST_LOGICAL_ENDING
public static final String POST_LOGICAL_ENDING
- See Also:
- Constant Field Values
-
PRE_MARSHAL
public static final String PRE_MARSHAL
- See Also:
- Constant Field Values
-
MARSHAL
public static final String MARSHAL
- See Also:
- Constant Field Values
-
POST_MARSHAL
public static final String POST_MARSHAL
- See Also:
- Constant Field Values
-
MARSHAL_ENDING
public static final String MARSHAL_ENDING
- See Also:
- Constant Field Values
-
PRE_PROTOCOL
public static final String PRE_PROTOCOL
- See Also:
- Constant Field Values
-
PRE_PROTOCOL_FRONTEND
public static final String PRE_PROTOCOL_FRONTEND
- See Also:
- Constant Field Values
-
PRE_PROTOCOL_ENDING
public static final String PRE_PROTOCOL_ENDING
- See Also:
- Constant Field Values
-
USER_PROTOCOL
public static final String USER_PROTOCOL
- See Also:
- Constant Field Values
-
USER_PROTOCOL_ENDING
public static final String USER_PROTOCOL_ENDING
- See Also:
- Constant Field Values
-
POST_PROTOCOL
public static final String POST_PROTOCOL
- See Also:
- Constant Field Values
-
POST_PROTOCOL_ENDING
public static final String POST_PROTOCOL_ENDING
- See Also:
- Constant Field Values
-
PREPARE_SEND
public static final String PREPARE_SEND
- See Also:
- Constant Field Values
-
PREPARE_SEND_ENDING
public static final String PREPARE_SEND_ENDING
- See Also:
- Constant Field Values
-
PRE_STREAM
public static final String PRE_STREAM
- See Also:
- Constant Field Values
-
PRE_STREAM_ENDING
public static final String PRE_STREAM_ENDING
- See Also:
- Constant Field Values
-
USER_STREAM
public static final String USER_STREAM
- See Also:
- Constant Field Values
-
USER_STREAM_ENDING
public static final String USER_STREAM_ENDING
- See Also:
- Constant Field Values
-
POST_STREAM
public static final String POST_STREAM
- See Also:
- Constant Field Values
-
POST_STREAM_ENDING
public static final String POST_STREAM_ENDING
- See Also:
- Constant Field Values
-
WRITE
public static final String WRITE
- See Also:
- Constant Field Values
-
WRITE_ENDING
public static final String WRITE_ENDING
- See Also:
- Constant Field Values
-
SEND
public static final String SEND
- See Also:
- Constant Field Values
-
SEND_ENDING
public static final String SEND_ENDING
- See Also:
- Constant Field Values
-
RECEIVE
public static final String RECEIVE
- See Also:
- Constant Field Values
-
READ
public static final String READ
- See Also:
- Constant Field Values
-
PROTOCOL
public static final String PROTOCOL
- See Also:
- Constant Field Values
-
PRE_UNMARSHAL
public static final String PRE_UNMARSHAL
- See Also:
- Constant Field Values
-
UNMARSHAL
public static final String UNMARSHAL
- See Also:
- Constant Field Values
-
POST_UNMARSHAL
public static final String POST_UNMARSHAL
- See Also:
- Constant Field Values
-
PRE_INVOKE
public static final String PRE_INVOKE
- See Also:
- Constant Field Values
-
INVOKE
public static final String INVOKE
- See Also:
- Constant Field Values
-
POST_INVOKE
public static final String POST_INVOKE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Phase
public Phase()
-
Phase
public Phase(String n, int p)
-
-