org.apache.axis2.description
Class PhaseRule

java.lang.Object
  extended byorg.apache.axis2.description.PhaseRule
All Implemented Interfaces:
java.io.Serializable

public class PhaseRule
extends java.lang.Object
implements java.io.Serializable

Class PhaseRule

See Also:
Serialized Form

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

getAfter

public java.lang.String getAfter()
Method getAfter.

Returns:
Returns String.

getBefore

public java.lang.String getBefore()
Method getBefore.

Returns:
Returns String.

getPhaseName

public java.lang.String getPhaseName()
Method getPhaseName.

Returns:
Returns String.

isPhaseFirst

public boolean isPhaseFirst()
Method isPhaseFirst.

Returns:
Returns boolean.

isPhaseLast

public boolean isPhaseLast()
Method isPhaseLast.

Returns:
Returns boolean.

setAfter

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

Parameters:
after -

setBefore

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

Parameters:
before -

setPhaseFirst

public void setPhaseFirst(boolean phaseFirst)
Method setPhaseFirst.

Parameters:
phaseFirst -

setPhaseLast

public void setPhaseLast(boolean phaseLast)
Method setPhaseLast.

Parameters:
phaseLast -

setPhaseName

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

Parameters:
phaseName -


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.