Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF