Package | Description |
---|---|
org.apache.xml.security.stax.ext |
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 applied
|
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 | Description |
---|---|---|
void |
AbstractInputProcessor.setPhase(XMLSecurityConstants.Phase phase) |
|
void |
AbstractOutputProcessor.setPhase(XMLSecurityConstants.Phase phase) |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.