Uses of Enum
com.sun.xml.ws.xmlfilter.ProcessingStateChange
Packages that use ProcessingStateChange
-
Uses of ProcessingStateChange in com.sun.xml.ws.xmlfilter
Methods in com.sun.xml.ws.xmlfilter that return ProcessingStateChangeModifier and TypeMethodDescriptionFilteringStateMachine.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.MexImportFilteringStateMachine.getStateChange(Invocation invocation, XMLStreamWriter writer) PrivateAttributeFilteringStateMachine.getStateChange(Invocation invocation, XMLStreamWriter writer) PrivateElementFilteringStateMachine.getStateChange(Invocation invocation, XMLStreamWriter writer) static ProcessingStateChangeReturns 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.