public interface Transformer
Modifier and Type | Method and Description |
---|---|
void |
doFinal() |
XMLSecurityConstants.TransformMethod |
getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput) |
void |
setOutputStream(OutputStream outputStream) |
void |
setProperties(Map<String,Object> properties) |
void |
setTransformer(Transformer transformer) |
void |
transform(InputStream inputStream) |
void |
transform(XMLSecEvent xmlSecEvent) |
void setOutputStream(OutputStream outputStream) throws XMLSecurityException
XMLSecurityException
void setTransformer(Transformer transformer) throws XMLSecurityException
XMLSecurityException
void setProperties(Map<String,Object> properties) throws XMLSecurityException
XMLSecurityException
XMLSecurityConstants.TransformMethod getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
void transform(XMLSecEvent xmlSecEvent) throws XMLStreamException
XMLStreamException
void transform(InputStream inputStream) throws XMLStreamException
XMLStreamException
void doFinal() throws XMLStreamException
XMLStreamException
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.