Uses of Class
com.sun.xml.ws.xmlfilter.ProcessingStateChange
-
Packages that use ProcessingStateChange Package Description com.sun.xml.ws.xmlfilter -
-
Uses of ProcessingStateChange in com.sun.xml.ws.xmlfilter
Methods in com.sun.xml.ws.xmlfilter that return ProcessingStateChange Modifier and Type Method Description ProcessingStateChangeFilteringStateMachine. 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.ProcessingStateChangeMexImportFilteringStateMachine. getStateChange(Invocation invocation, XMLStreamWriter writer)ProcessingStateChangePrivateAttributeFilteringStateMachine. getStateChange(Invocation invocation, XMLStreamWriter writer)ProcessingStateChangePrivateElementFilteringStateMachine. getStateChange(Invocation invocation, XMLStreamWriter writer)static ProcessingStateChangeProcessingStateChange. 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.
-