Uses of Class
com.sun.xml.ws.xmlfilter.ProcessingStateChange

Packages that use ProcessingStateChange
com.sun.xml.ws.xmlfilter   
 

Uses of ProcessingStateChange in com.sun.xml.ws.xmlfilter
 

Methods in com.sun.xml.ws.xmlfilter that return ProcessingStateChange
 ProcessingStateChange FilteringStateMachine.getStateChange(Invocation invocation, 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, XMLStreamWriter writer)
           
 ProcessingStateChange PrivateAttributeFilteringStateMachine.getStateChange(Invocation invocation, XMLStreamWriter writer)
           
 ProcessingStateChange PrivateElementFilteringStateMachine.getStateChange(Invocation invocation, XMLStreamWriter writer)
           
static ProcessingStateChange ProcessingStateChange.valueOf(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 are declared.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.