Apache CXF API

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

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

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

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

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

Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type StatusType
 JAXBElement<StatusType> ObjectFactory.createStatus(StatusType value)
          Create an instance of JAXBElement<StatusType>}
 


Apache CXF API

Apache CXF