Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xkms.StatusType

Packages that use StatusType
org.apache.cxf.xkms.handlers   
org.apache.cxf.xkms.model.xkms   
org.apache.cxf.xkms.x509.validator   
 

Uses of StatusType in org.apache.cxf.xkms.handlers
 

Methods in org.apache.cxf.xkms.handlers that return StatusType
 StatusType Validator.validate(ValidateRequestType request)
           
 

Uses of StatusType in org.apache.cxf.xkms.model.xkms
 

Fields in org.apache.cxf.xkms.model.xkms declared as StatusType
protected  StatusType KeyBindingType.status
           
 

Methods in org.apache.cxf.xkms.model.xkms that return StatusType
 StatusType ObjectFactory.createStatusType()
          Create an instance of StatusType
 StatusType KeyBindingType.getStatus()
          Gets the value of the status property.
 

Methods in org.apache.cxf.xkms.model.xkms 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.xkms.model.xkms with parameters of type StatusType
 JAXBElement<StatusType> ObjectFactory.createStatus(StatusType value)
          Create an instance of JAXBElement<StatusType>}
 void KeyBindingType.setStatus(StatusType value)
          Sets the value of the status property.
 

Uses of StatusType in org.apache.cxf.xkms.x509.validator
 

Methods in org.apache.cxf.xkms.x509.validator that return StatusType
 StatusType DateValidator.validate(ValidateRequestType request)
           
 StatusType DirectTrustValidator.validate(ValidateRequestType request)
           
 StatusType TrustedAuthorityValidator.validate(ValidateRequestType request)
           
 


Apache CXF API

Apache CXF