Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF