Apache CXF API

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

Packages that use KeyBindingType
org.apache.cxf.xkms.model.xkms   
org.apache.cxf.xkms.service   
 

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

Fields in org.apache.cxf.xkms.model.xkms declared as KeyBindingType
protected  KeyBindingType RecoverRequestType.recoverKeyBinding
           
protected  KeyBindingType ReissueRequestType.reissueKeyBinding
           
protected  KeyBindingType RevokeRequestType.revokeKeyBinding
           
 

Fields in org.apache.cxf.xkms.model.xkms with type parameters of type KeyBindingType
protected  List<KeyBindingType> RecoverResultType.keyBinding
           
protected  List<KeyBindingType> RegisterResultType.keyBinding
           
protected  List<KeyBindingType> ReissueResultType.keyBinding
           
protected  List<KeyBindingType> RevokeResultType.keyBinding
           
protected  List<KeyBindingType> ValidateResultType.keyBinding
           
 

Methods in org.apache.cxf.xkms.model.xkms that return KeyBindingType
 KeyBindingType ObjectFactory.createKeyBindingType()
          Create an instance of KeyBindingType
 KeyBindingType RecoverRequestType.getRecoverKeyBinding()
          Gets the value of the recoverKeyBinding property.
 KeyBindingType ReissueRequestType.getReissueKeyBinding()
          Gets the value of the reissueKeyBinding property.
 KeyBindingType RevokeRequestType.getRevokeKeyBinding()
          Gets the value of the revokeKeyBinding property.
 

Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type KeyBindingType
 JAXBElement<KeyBindingType> ObjectFactory.createKeyBinding(KeyBindingType value)
          Create an instance of JAXBElement<KeyBindingType>}
 JAXBElement<KeyBindingType> ObjectFactory.createRecoverKeyBinding(KeyBindingType value)
          Create an instance of JAXBElement<KeyBindingType>}
 JAXBElement<KeyBindingType> ObjectFactory.createReissueKeyBinding(KeyBindingType value)
          Create an instance of JAXBElement<KeyBindingType>}
 JAXBElement<KeyBindingType> ObjectFactory.createRevokeKeyBinding(KeyBindingType value)
          Create an instance of JAXBElement<KeyBindingType>}
 List<KeyBindingType> RecoverResultType.getKeyBinding()
          Gets the value of the keyBinding property.
 List<KeyBindingType> RegisterResultType.getKeyBinding()
          Gets the value of the keyBinding property.
 List<KeyBindingType> ReissueResultType.getKeyBinding()
          Gets the value of the keyBinding property.
 List<KeyBindingType> RevokeResultType.getKeyBinding()
          Gets the value of the keyBinding property.
 List<KeyBindingType> ValidateResultType.getKeyBinding()
          Gets the value of the keyBinding property.
 

Methods in org.apache.cxf.xkms.model.xkms with parameters of type KeyBindingType
 JAXBElement<KeyBindingType> ObjectFactory.createKeyBinding(KeyBindingType value)
          Create an instance of JAXBElement<KeyBindingType>}
 JAXBElement<KeyBindingType> ObjectFactory.createRecoverKeyBinding(KeyBindingType value)
          Create an instance of JAXBElement<KeyBindingType>}
 JAXBElement<KeyBindingType> ObjectFactory.createReissueKeyBinding(KeyBindingType value)
          Create an instance of JAXBElement<KeyBindingType>}
 JAXBElement<KeyBindingType> ObjectFactory.createRevokeKeyBinding(KeyBindingType value)
          Create an instance of JAXBElement<KeyBindingType>}
 void RecoverRequestType.setRecoverKeyBinding(KeyBindingType value)
          Sets the value of the recoverKeyBinding property.
 void ReissueRequestType.setReissueKeyBinding(KeyBindingType value)
          Sets the value of the reissueKeyBinding property.
 void RevokeRequestType.setRevokeKeyBinding(KeyBindingType value)
          Sets the value of the revokeKeyBinding property.
 

Uses of KeyBindingType in org.apache.cxf.xkms.service
 

Methods in org.apache.cxf.xkms.service that return KeyBindingType
static KeyBindingType XKMSService.createKeyBinding(ValidateResultType result)
           
 


Apache CXF API

Apache CXF