Apache CXF API

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

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

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

Fields in org.apache.cxf.ws.security.sts.provider.model.wstrust14 declared as ChoiceType
protected  ChoiceType ChoiceChallengeType.choice
           
 

Methods in org.apache.cxf.ws.security.sts.provider.model.wstrust14 that return ChoiceType
 ChoiceType ObjectFactory.createChoiceType()
          Create an instance of ChoiceType
 ChoiceType ChoiceChallengeType.getChoice()
          Gets the value of the choice property.
 

Methods in org.apache.cxf.ws.security.sts.provider.model.wstrust14 with parameters of type ChoiceType
 void ChoiceChallengeType.setChoice(ChoiceType value)
          Sets the value of the choice property.
 


Apache CXF API

Apache CXF