public interface Transformer
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoFinal()voidsetOutputStream(OutputStream outputStream) voidsetProperties(Map<String, Object> properties) voidsetTransformer(Transformer transformer) voidtransform(InputStream inputStream) voidtransform(org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent)
-
Method Details
-
setOutputStream
- Throws:
XMLSecurityException
-
setTransformer
- Throws:
XMLSecurityException
-
setProperties
- Throws:
XMLSecurityException
-
getPreferredTransformMethod
XMLSecurityConstants.TransformMethod getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput) -
transform
void transform(org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent) throws XMLStreamException - Throws:
XMLStreamException
-
transform
- Throws:
XMLStreamException
-
doFinal
- Throws:
XMLStreamException
-