com.sun.xml.ws.security.opt.crypto.dsig
Class Transforms

java.lang.Object
  extended by com.sun.xml.security.core.dsig.TransformsType
      extended by com.sun.xml.ws.security.opt.crypto.dsig.Transforms

public class Transforms
extends TransformsType

Author:
Abhijit Das, K.Venugopal@sun.com

Field Summary
 
Fields inherited from class com.sun.xml.security.core.dsig.TransformsType
transform
 
Constructor Summary
Transforms()
          Creates a new instance of Transforms
 
Method Summary
 void setTransform(List<Transform> transform)
          Added by XWSS Team
 
Methods inherited from class com.sun.xml.security.core.dsig.TransformsType
getTransform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transforms

public Transforms()
Creates a new instance of Transforms

Method Detail

setTransform

public void setTransform(List<Transform> transform)
Description copied from class: TransformsType
Added by XWSS Team

Overrides:
setTransform in class TransformsType


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