org.apache.axis2.description
Class PhaseRule

java.lang.Object
  extended byorg.apache.axis2.description.PhaseRule

public class PhaseRule
extends java.lang.Object

Class PhaseRule


Constructor Summary
PhaseRule()
          Constructor PhaseRule
PhaseRule(java.lang.String phaseName)
           
 
Method Summary
 java.lang.String getAfter()
          Method getAfter
 java.lang.String getBefore()
          Method getBefore
 java.lang.String getPhaseName()
          Method getPhaseName
 boolean isPhaseFirst()
          Method isPhaseFirst
 boolean isPhaseLast()
          Method isPhaseLast
 void setAfter(java.lang.String after)
          Method setAfter
 void setBefore(java.lang.String before)
          Method setBefore
 void setPhaseFirst(boolean phaseFirst)
          Method setPhaseFirst
 void setPhaseLast(boolean phaseLast)
          Method setPhaseLast
 void setPhaseName(java.lang.String phaseName)
          Method setPhaseName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhaseRule

public PhaseRule()
Constructor PhaseRule


PhaseRule

public PhaseRule(java.lang.String phaseName)
Method Detail

getBefore

public java.lang.String getBefore()
Method getBefore

Returns:

setBefore

public void setBefore(java.lang.String before)
Method setBefore

Parameters:
before -

getAfter

public java.lang.String getAfter()
Method getAfter

Returns:

setAfter

public void setAfter(java.lang.String after)
Method setAfter

Parameters:
after -

getPhaseName

public java.lang.String getPhaseName()
Method getPhaseName

Returns:

setPhaseName

public void setPhaseName(java.lang.String phaseName)
Method setPhaseName

Parameters:
phaseName -

isPhaseFirst

public boolean isPhaseFirst()
Method isPhaseFirst

Returns:

setPhaseFirst

public void setPhaseFirst(boolean phaseFirst)
Method setPhaseFirst

Parameters:
phaseFirst -

isPhaseLast

public boolean isPhaseLast()
Method isPhaseLast

Returns:

setPhaseLast

public void setPhaseLast(boolean phaseLast)
Method setPhaseLast

Parameters:
phaseLast -