|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter.PrivateElementFilteringStateMachine
public class PrivateElementFilteringStateMachine
Constructor Summary | |
---|---|
PrivateElementFilteringStateMachine(javax.xml.namespace.QName... filteredElements)
Creates a new instance of PrivateElementFilteringStateMachine |
Method Summary | |
---|---|
ProcessingStateChange |
getStateChange(Invocation invocation,
javax.xml.stream.XMLStreamWriter writer)
Based on the current invocation decides whether a processing state change is required and returns the result of this decision. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrivateElementFilteringStateMachine(javax.xml.namespace.QName... filteredElements)
Method Detail |
---|
public ProcessingStateChange getStateChange(Invocation invocation, javax.xml.stream.XMLStreamWriter writer)
FilteringStateMachine
getStateChange
in interface FilteringStateMachine
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |