Uses of Enum
org.apache.xml.security.stax.ext.XMLSecurityConstants.Phase
Packages that use XMLSecurityConstants.Phase
-
Uses of XMLSecurityConstants.Phase in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return XMLSecurityConstants.PhaseModifier and TypeMethodDescriptionAbstractInputProcessor.getPhase()
AbstractOutputProcessor.getPhase()
InputProcessor.getPhase()
The Phase in which this InputProcessor should be appliedOutputProcessor.getPhase()
The Phase in which this OutputProcessor should be appliedstatic XMLSecurityConstants.Phase
Returns the enum constant of this type with the specified name.static XMLSecurityConstants.Phase[]
XMLSecurityConstants.Phase.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.xml.security.stax.ext with parameters of type XMLSecurityConstants.PhaseModifier and TypeMethodDescriptionvoid
AbstractInputProcessor.setPhase
(XMLSecurityConstants.Phase phase) void
AbstractOutputProcessor.setPhase
(XMLSecurityConstants.Phase phase)