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

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

public class AttachmentCompleteSignatureTransform
extends AttachmentContentSignatureTransform


Field Summary
 
Fields inherited from class org.apache.wss4j.stax.impl.transformer.AttachmentContentSignatureTransform
ATTACHMENT
 
Constructor Summary
AttachmentCompleteSignatureTransform()
           
 
Method Summary
 void transform(InputStream inputStream)
           
 
Methods inherited from class org.apache.wss4j.stax.impl.transformer.AttachmentContentSignatureTransform
getAttachment, getPreferredTransformMethod, setProperties, transform
 
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
 

Constructor Detail

AttachmentCompleteSignatureTransform

public AttachmentCompleteSignatureTransform()
Method Detail

transform

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


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