Uses of Class
org.jboss.seam.security.external.jaxb.xmldsig.TransformType

Packages that use TransformType
org.jboss.seam.security.external.jaxb.xenc   
org.jboss.seam.security.external.jaxb.xmldsig   
 

Uses of TransformType in org.jboss.seam.security.external.jaxb.xenc
 

Fields in org.jboss.seam.security.external.jaxb.xenc with type parameters of type TransformType
protected  List<TransformType> TransformsType.transform
           
 

Methods in org.jboss.seam.security.external.jaxb.xenc that return types with arguments of type TransformType
 List<TransformType> TransformsType.getTransform()
          Gets the value of the transform property.
 

Uses of TransformType in org.jboss.seam.security.external.jaxb.xmldsig
 

Fields in org.jboss.seam.security.external.jaxb.xmldsig with type parameters of type TransformType
protected  List<TransformType> TransformsType.transform
           
 

Methods in org.jboss.seam.security.external.jaxb.xmldsig that return TransformType
 TransformType ObjectFactory.createTransformType()
          Create an instance of TransformType
 

Methods in org.jboss.seam.security.external.jaxb.xmldsig that return types with arguments of type TransformType
 JAXBElement<TransformType> ObjectFactory.createTransform(TransformType value)
          Create an instance of JAXBElement<TransformType>}
 List<TransformType> TransformsType.getTransform()
          Gets the value of the transform property.
 

Methods in org.jboss.seam.security.external.jaxb.xmldsig with parameters of type TransformType
 JAXBElement<TransformType> ObjectFactory.createTransform(TransformType value)
          Create an instance of JAXBElement<TransformType>}
 



Copyright © 2011 Seam Framework. All Rights Reserved.