Apache CXF API

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

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

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

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

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

Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RenewingType
 javax.xml.bind.JAXBElement<RenewingType> ObjectFactory.createRenewing(RenewingType value)
          Create an instance of JAXBElement<RenewingType>}
 


Apache CXF API

Apache CXF