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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Object o)booleanequals(Object o)StringgetName()intgetPriority()inthashCode()voidsetName(String n)voidsetPriority(int p)StringtoString()
 
- 
- 
- 
Field Detail- 
SETUPpublic static final String SETUP - See Also:
- Constant Field Values
 
 - 
SETUP_ENDINGpublic static final String SETUP_ENDING - See Also:
- Constant Field Values
 
 - 
PRE_LOGICALpublic static final String PRE_LOGICAL - See Also:
- Constant Field Values
 
 - 
PRE_LOGICAL_ENDINGpublic static final String PRE_LOGICAL_ENDING - See Also:
- Constant Field Values
 
 - 
USER_LOGICALpublic static final String USER_LOGICAL - See Also:
- Constant Field Values
 
 - 
USER_LOGICAL_ENDINGpublic static final String USER_LOGICAL_ENDING - See Also:
- Constant Field Values
 
 - 
POST_LOGICALpublic static final String POST_LOGICAL - See Also:
- Constant Field Values
 
 - 
POST_LOGICAL_ENDINGpublic static final String POST_LOGICAL_ENDING - See Also:
- Constant Field Values
 
 - 
PRE_MARSHALpublic static final String PRE_MARSHAL - See Also:
- Constant Field Values
 
 - 
MARSHALpublic static final String MARSHAL - See Also:
- Constant Field Values
 
 - 
POST_MARSHALpublic static final String POST_MARSHAL - See Also:
- Constant Field Values
 
 - 
MARSHAL_ENDINGpublic static final String MARSHAL_ENDING - See Also:
- Constant Field Values
 
 - 
PRE_PROTOCOLpublic static final String PRE_PROTOCOL - See Also:
- Constant Field Values
 
 - 
PRE_PROTOCOL_FRONTENDpublic static final String PRE_PROTOCOL_FRONTEND - See Also:
- Constant Field Values
 
 - 
PRE_PROTOCOL_ENDINGpublic static final String PRE_PROTOCOL_ENDING - See Also:
- Constant Field Values
 
 - 
USER_PROTOCOLpublic static final String USER_PROTOCOL - See Also:
- Constant Field Values
 
 - 
USER_PROTOCOL_ENDINGpublic static final String USER_PROTOCOL_ENDING - See Also:
- Constant Field Values
 
 - 
POST_PROTOCOLpublic static final String POST_PROTOCOL - See Also:
- Constant Field Values
 
 - 
POST_PROTOCOL_ENDINGpublic static final String POST_PROTOCOL_ENDING - See Also:
- Constant Field Values
 
 - 
PREPARE_SENDpublic static final String PREPARE_SEND - See Also:
- Constant Field Values
 
 - 
PREPARE_SEND_ENDINGpublic static final String PREPARE_SEND_ENDING - See Also:
- Constant Field Values
 
 - 
PRE_STREAMpublic static final String PRE_STREAM - See Also:
- Constant Field Values
 
 - 
PRE_STREAM_ENDINGpublic static final String PRE_STREAM_ENDING - See Also:
- Constant Field Values
 
 - 
USER_STREAMpublic static final String USER_STREAM - See Also:
- Constant Field Values
 
 - 
USER_STREAM_ENDINGpublic static final String USER_STREAM_ENDING - See Also:
- Constant Field Values
 
 - 
POST_STREAMpublic static final String POST_STREAM - See Also:
- Constant Field Values
 
 - 
POST_STREAM_ENDINGpublic static final String POST_STREAM_ENDING - See Also:
- Constant Field Values
 
 - 
WRITEpublic static final String WRITE - See Also:
- Constant Field Values
 
 - 
WRITE_ENDINGpublic static final String WRITE_ENDING - See Also:
- Constant Field Values
 
 - 
SENDpublic static final String SEND - See Also:
- Constant Field Values
 
 - 
SEND_ENDINGpublic static final String SEND_ENDING - See Also:
- Constant Field Values
 
 - 
RECEIVEpublic static final String RECEIVE - See Also:
- Constant Field Values
 
 - 
READpublic static final String READ - See Also:
- Constant Field Values
 
 - 
PROTOCOLpublic static final String PROTOCOL - See Also:
- Constant Field Values
 
 - 
PRE_UNMARSHALpublic static final String PRE_UNMARSHAL - See Also:
- Constant Field Values
 
 - 
UNMARSHALpublic static final String UNMARSHAL - See Also:
- Constant Field Values
 
 - 
POST_UNMARSHALpublic static final String POST_UNMARSHAL - See Also:
- Constant Field Values
 
 - 
PRE_INVOKEpublic static final String PRE_INVOKE - See Also:
- Constant Field Values
 
 - 
INVOKEpublic static final String INVOKE - See Also:
- Constant Field Values
 
 - 
POST_INVOKEpublic static final String POST_INVOKE - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
Phasepublic Phase() 
 - 
Phasepublic Phase(String n, int p) 
 
- 
 
-