Uses of Class
com.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter.ProcessingStateChange

Packages that use ProcessingStateChange
com.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter   
 

Uses of ProcessingStateChange in com.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter
 

Methods in com.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter that return ProcessingStateChange
 ProcessingStateChange FilteringStateMachine.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.
 ProcessingStateChange MexImportFilteringStateMachine.getStateChange(Invocation invocation, javax.xml.stream.XMLStreamWriter writer)
           
 ProcessingStateChange PrivateAttributeFilteringStateMachine.getStateChange(Invocation invocation, javax.xml.stream.XMLStreamWriter writer)
           
 ProcessingStateChange PrivateElementFilteringStateMachine.getStateChange(Invocation invocation, javax.xml.stream.XMLStreamWriter writer)
           
static ProcessingStateChange ProcessingStateChange.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProcessingStateChange[] ProcessingStateChange.values()
          Returns an array containing the constants of this enum type, in the order they're declared.