Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.TransformType

Packages that use TransformType
org.apache.cxf.ws.security.sts.provider.model.xmldsig   
 

Uses of TransformType in org.apache.cxf.ws.security.sts.provider.model.xmldsig
 

Fields in org.apache.cxf.ws.security.sts.provider.model.xmldsig with type parameters of type TransformType
protected  List<TransformType> TransformsType.transform
           
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return TransformType
 TransformType ObjectFactory.createTransformType()
          Create an instance of TransformType
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return types with arguments of type TransformType
 javax.xml.bind.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.apache.cxf.ws.security.sts.provider.model.xmldsig with parameters of type TransformType
 javax.xml.bind.JAXBElement<TransformType> ObjectFactory.createTransform(TransformType value)
          Create an instance of JAXBElement<TransformType>}
 


Apache CXF API

Apache CXF