Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.TransformType
-
Packages that use TransformType Package Description 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 Modifier and Type Field Description protected List<TransformType>TransformsType. transformMethods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return TransformType Modifier and Type Method Description TransformTypeObjectFactory. createTransformType()Create an instance ofTransformTypeMethods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return types with arguments of type TransformType Modifier and Type Method Description javax.xml.bind.JAXBElement<TransformType>ObjectFactory. createTransform(TransformType value)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 Modifier and Type Method Description javax.xml.bind.JAXBElement<TransformType>ObjectFactory. createTransform(TransformType value)
-