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
XMLSecurityExceptionvoid setTransformer(Transformer transformer) throws XMLSecurityException
XMLSecurityExceptionvoid setProperties(Map<String,Object> properties) throws XMLSecurityException
XMLSecurityExceptionXMLSecurityConstants.TransformMethod getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
void transform(XMLSecEvent xmlSecEvent) throws XMLStreamException
XMLStreamExceptionvoid transform(InputStream inputStream) throws XMLStreamException
XMLStreamExceptionvoid doFinal()
throws XMLStreamException
XMLStreamExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.