Package | Description |
---|---|
org.apache.xml.security.stax.ext |
Modifier and Type | Method and Description |
---|---|
XMLSecurityConstants.Phase |
InputProcessor.getPhase()
The Phase in which this InputProcessor should be applied
|
XMLSecurityConstants.Phase |
AbstractOutputProcessor.getPhase() |
XMLSecurityConstants.Phase |
AbstractInputProcessor.getPhase() |
XMLSecurityConstants.Phase |
OutputProcessor.getPhase()
The Phase in which this OutputProcessor should be applied
|
static XMLSecurityConstants.Phase |
XMLSecurityConstants.Phase.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractOutputProcessor.setPhase(XMLSecurityConstants.Phase phase) |
void |
AbstractInputProcessor.setPhase(XMLSecurityConstants.Phase phase) |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.