org.apache.wss4j.stax.impl.transformer
Class AttachmentContentSignatureTransform

java.lang.Object
  extended by org.apache.xml.security.stax.impl.transformer.TransformIdentity
      extended by org.apache.wss4j.stax.impl.transformer.AttachmentContentSignatureTransform
All Implemented Interfaces:
org.apache.xml.security.stax.ext.Transformer
Direct Known Subclasses:
AttachmentCompleteSignatureTransform

public class AttachmentContentSignatureTransform
extends org.apache.xml.security.stax.impl.transformer.TransformIdentity


Field Summary
static String ATTACHMENT
           
 
Constructor Summary
AttachmentContentSignatureTransform()
           
 
Method Summary
protected  Attachment getAttachment()
           
 org.apache.xml.security.stax.ext.XMLSecurityConstants.TransformMethod getPreferredTransformMethod(org.apache.xml.security.stax.ext.XMLSecurityConstants.TransformMethod forInput)
           
 void setProperties(Map<String,Object> properties)
           
 void transform(InputStream inputStream)
           
 void transform(org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent)
           
 
Methods inherited from class org.apache.xml.security.stax.impl.transformer.TransformIdentity
doFinal, getOutputStream, getTransformer, getXmlEventWriterForOutputStream, getXmlInputFactory, getXmlOutputFactory, setOutputStream, setTransformer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTACHMENT

public static final String ATTACHMENT
See Also:
Constant Field Values
Constructor Detail

AttachmentContentSignatureTransform

public AttachmentContentSignatureTransform()
Method Detail

getPreferredTransformMethod

public org.apache.xml.security.stax.ext.XMLSecurityConstants.TransformMethod getPreferredTransformMethod(org.apache.xml.security.stax.ext.XMLSecurityConstants.TransformMethod forInput)
Specified by:
getPreferredTransformMethod in interface org.apache.xml.security.stax.ext.Transformer
Overrides:
getPreferredTransformMethod in class org.apache.xml.security.stax.impl.transformer.TransformIdentity

setProperties

public void setProperties(Map<String,Object> properties)
                   throws org.apache.xml.security.exceptions.XMLSecurityException
Specified by:
setProperties in interface org.apache.xml.security.stax.ext.Transformer
Overrides:
setProperties in class org.apache.xml.security.stax.impl.transformer.TransformIdentity
Throws:
org.apache.xml.security.exceptions.XMLSecurityException

getAttachment

protected Attachment getAttachment()

transform

public void transform(org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent)
               throws XMLStreamException
Specified by:
transform in interface org.apache.xml.security.stax.ext.Transformer
Overrides:
transform in class org.apache.xml.security.stax.impl.transformer.TransformIdentity
Throws:
XMLStreamException

transform

public void transform(InputStream inputStream)
               throws XMLStreamException
Specified by:
transform in interface org.apache.xml.security.stax.ext.Transformer
Overrides:
transform in class org.apache.xml.security.stax.impl.transformer.TransformIdentity
Throws:
XMLStreamException


Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.