Apache CXF API

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

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

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

Fields in org.apache.cxf.ws.security.sts.provider.model.xmldsig declared as TransformsType
protected  TransformsType RetrievalMethodType.transforms
           
protected  TransformsType ReferenceType.transforms
           
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return TransformsType
 TransformsType ObjectFactory.createTransformsType()
          Create an instance of TransformsType
 TransformsType RetrievalMethodType.getTransforms()
          Gets the value of the transforms property.
 TransformsType ReferenceType.getTransforms()
          Gets the value of the transforms property.
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return types with arguments of type TransformsType
 javax.xml.bind.JAXBElement<TransformsType> ObjectFactory.createTransforms(TransformsType value)
          Create an instance of JAXBElement<TransformsType>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig with parameters of type TransformsType
 javax.xml.bind.JAXBElement<TransformsType> ObjectFactory.createTransforms(TransformsType value)
          Create an instance of JAXBElement<TransformsType>}
 void RetrievalMethodType.setTransforms(TransformsType value)
          Sets the value of the transforms property.
 void ReferenceType.setTransforms(TransformsType value)
          Sets the value of the transforms property.
 


Apache CXF API

Apache CXF