-
public interface Transformer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoFinal()XMLSecurityConstants.TransformMethodgetPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)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 Detail
-
setOutputStream
void setOutputStream(OutputStream outputStream) throws XMLSecurityException
- Throws:
XMLSecurityException
-
setTransformer
void setTransformer(Transformer transformer) throws XMLSecurityException
- Throws:
XMLSecurityException
-
setProperties
void setProperties(Map<String,Object> properties) throws XMLSecurityException
- 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
void transform(InputStream inputStream) throws XMLStreamException
- Throws:
XMLStreamException
-
doFinal
void doFinal() throws XMLStreamException- Throws:
XMLStreamException
-
-