com.sun.xml.wss.impl.transform
Class EnvelopedSignatureFilter

java.lang.Object
  extended by com.sun.xml.wss.impl.transform.EnvelopedSignatureFilter
All Implemented Interfaces:
StreamFilter

public class EnvelopedSignatureFilter
extends Object
implements StreamFilter

Author:
K.Venugopal@sun.com

Constructor Summary
EnvelopedSignatureFilter()
          Creates a new instance of EnvelopedSignatureTransformImpl
 
Method Summary
 boolean accept(XMLStreamReader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvelopedSignatureFilter

public EnvelopedSignatureFilter()
Creates a new instance of EnvelopedSignatureTransformImpl

Method Detail

accept

public boolean accept(XMLStreamReader reader)
Specified by:
accept in interface StreamFilter


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.