|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.savan.filters.Filter
Defines a filter used by Savan.
| Constructor Summary | |
Filter()
|
|
| Method Summary | |
abstract boolean |
checkEnvelopeCompliance(org.apache.axiom.soap.SOAPEnvelope envelope)
To check weather the passed envelope is compliant with the current filter. |
abstract java.lang.Object |
getFilterValue()
Returns a previously set filter value. |
abstract void |
setUp(org.apache.axiom.om.OMNode element)
To initialize the filter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Filter()
| Method Detail |
public abstract boolean checkEnvelopeCompliance(org.apache.axiom.soap.SOAPEnvelope envelope)
throws SavanException
envelope -
SavanExceptionpublic abstract void setUp(org.apache.axiom.om.OMNode element)
element - public abstract java.lang.Object getFilterValue()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||