com.sun.ws.management.server
Interface FilterFactory

All Known Implementing Classes:
XPathFilterFactory

public interface FilterFactory

Factory for Filters.


Method Summary
 Filter newFilter(java.util.List content, NamespaceMap namespaces)
          Filter creation.
 

Method Detail

newFilter

Filter newFilter(java.util.List content,
                 NamespaceMap namespaces)
                 throws FaultException,
                        java.lang.Exception
Filter creation.

Parameters:
content - The Filter content.
namespaces - Map of namespaces
Returns:
A filter that will be used for evaluation.
Throws:
FaultException - If a WS-MAN protocol related exception occurs.
java.lang.Exception - If any other exception occurs.