org.apache.savan.filters
Class EmptyFilter

java.lang.Object
  extended byorg.apache.savan.filters.Filter
      extended byorg.apache.savan.filters.EmptyFilter

public class EmptyFilter
extends Filter

This filter does not do any affective filtering. May be the default for some protocols.


Constructor Summary
EmptyFilter()
           
 
Method Summary
 boolean checkEnvelopeCompliance(org.apache.axiom.soap.SOAPEnvelope envelope)
          To check weather the passed envelope is compliant with the current filter.
 java.lang.Object getFilterValue()
          Returns a previously set filter value.
 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

EmptyFilter

public EmptyFilter()
Method Detail

checkEnvelopeCompliance

public boolean checkEnvelopeCompliance(org.apache.axiom.soap.SOAPEnvelope envelope)
                                throws SavanException
Description copied from class: Filter
To check weather the passed envelope is compliant with the current filter.

Specified by:
checkEnvelopeCompliance in class Filter
Parameters:
envelope -
Returns:
Throws:
SavanException

getFilterValue

public java.lang.Object getFilterValue()
Description copied from class: Filter
Returns a previously set filter value.

Specified by:
getFilterValue in class Filter
Returns:

setUp

public void setUp(org.apache.axiom.om.OMNode element)
Description copied from class: Filter
To initialize the filter. The filter value should be sent to the argument (for e.g. As a OMText for a String)

Specified by:
setUp in class Filter
Parameters:
element -


Copyright © 2007 null. All Rights Reserved.