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 ReferenceType.transforms
           
protected  TransformsType RetrievalMethodType.transforms
           
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return TransformsType
 TransformsType ObjectFactory.createTransformsType()
          Create an instance of TransformsType
 TransformsType ReferenceType.getTransforms()
          Gets the value of the transforms property.
 TransformsType RetrievalMethodType.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
 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
 JAXBElement<TransformsType> ObjectFactory.createTransforms(TransformsType value)
          Create an instance of JAXBElement<TransformsType>}
 void ReferenceType.setTransforms(TransformsType value)
          Sets the value of the transforms property.
 void RetrievalMethodType.setTransforms(TransformsType value)
          Sets the value of the transforms property.
 


Apache CXF API

Apache CXF