Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF