|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.description.PhaseRule
public class PhaseRule
Class PhaseRule
Constructor Summary | |
---|---|
PhaseRule()
Constructor PhaseRule. |
|
PhaseRule(String phaseName)
|
Method Summary | |
---|---|
String |
getAfter()
Method getAfter. |
String |
getBefore()
Method getBefore. |
String |
getPhaseName()
Method getPhaseName. |
boolean |
isPhaseFirst()
Method isPhaseFirst. |
boolean |
isPhaseLast()
Method isPhaseLast. |
void |
setAfter(String after)
Method setAfter. |
void |
setBefore(String before)
Method setBefore. |
void |
setPhaseFirst(boolean phaseFirst)
Method setPhaseFirst. |
void |
setPhaseLast(boolean phaseLast)
Method setPhaseLast. |
void |
setPhaseName(String phaseName)
Method setPhaseName. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhaseRule()
public PhaseRule(String phaseName)
Method Detail |
---|
public String getAfter()
public String getBefore()
public String getPhaseName()
public boolean isPhaseFirst()
public boolean isPhaseLast()
public void setAfter(String after)
after
- public void setBefore(String before)
before
- public void setPhaseFirst(boolean phaseFirst)
phaseFirst
- public void setPhaseLast(boolean phaseLast)
phaseLast
- public void setPhaseName(String phaseName)
phaseName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |