Uses of Class
org.apache.xml.security.stax.ext.XMLSecurityConstants.Phase
-
Packages that use XMLSecurityConstants.Phase Package Description org.apache.xml.security.stax.ext -
-
Uses of XMLSecurityConstants.Phase in org.apache.xml.security.stax.ext
Fields in org.apache.xml.security.stax.ext declared as XMLSecurityConstants.Phase Modifier and Type Field Description private XMLSecurityConstants.Phase
AbstractInputProcessor. phase
private XMLSecurityConstants.Phase
AbstractOutputProcessor. phase
Methods in org.apache.xml.security.stax.ext that return XMLSecurityConstants.Phase Modifier and Type Method Description XMLSecurityConstants.Phase
AbstractInputProcessor. getPhase()
XMLSecurityConstants.Phase
AbstractOutputProcessor. getPhase()
XMLSecurityConstants.Phase
InputProcessor. getPhase()
The Phase in which this InputProcessor should be appliedXMLSecurityConstants.Phase
OutputProcessor. getPhase()
The Phase in which this OutputProcessor should be appliedstatic XMLSecurityConstants.Phase
XMLSecurityConstants.Phase. valueOf(java.lang.String name)
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.Phase Modifier and Type Method Description void
AbstractInputProcessor. setPhase(XMLSecurityConstants.Phase phase)
void
AbstractOutputProcessor. setPhase(XMLSecurityConstants.Phase phase)
-