com.sun.xml.ws.xmlfilter
Class PrivateAttributeFilteringStateMachine
java.lang.Object
com.sun.xml.ws.xmlfilter.PrivateAttributeFilteringStateMachine
- All Implemented Interfaces:
- FilteringStateMachine
public class PrivateAttributeFilteringStateMachine
- extends Object
- implements FilteringStateMachine
- Author:
- Marek Potociar (marek.potociar at sun.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrivateAttributeFilteringStateMachine
public PrivateAttributeFilteringStateMachine()
- Creates a new instance of PrivateAttributeFilteringStateMachine
getStateChange
public ProcessingStateChange getStateChange(Invocation invocation,
XMLStreamWriter writer)
- Description copied from interface:
FilteringStateMachine
- Based on the current invocation decides whether a processing state change
is required and returns the result of this decision.
- Specified by:
getStateChange in interface FilteringStateMachine
- Parameters:
invocation - current invocation executed on the XML stream writerwriter - mirror writer that records all calls (even the ones filtered out)
and thus represents the "unfiltered" status of the XML stream. The
parameter may be used to query the status. Implementations of the
FilteringStateMachine SHOULD NOT call any methods that may result
in a modification of the XML stream represented by this writer
parameter.
- Returns:
- processing state change as required.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.