Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.SignChallengeType

Packages that use SignChallengeType
com.sun.xml.ws.security.trust.impl.wssx.bindings   
com.sun.xml.ws.security.trust.impl.wssx.elements   
 

Uses of SignChallengeType in com.sun.xml.ws.security.trust.impl.wssx.bindings
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return SignChallengeType
 SignChallengeType ObjectFactory.createSignChallengeType()
          Create an instance of SignChallengeType
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type SignChallengeType
 JAXBElement<SignChallengeType> ObjectFactory.createSignChallenge(SignChallengeType value)
          Create an instance of JAXBElement<SignChallengeType>}
 JAXBElement<SignChallengeType> ObjectFactory.createSignChallengeResponse(SignChallengeType value)
          Create an instance of JAXBElement<SignChallengeType>}
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type SignChallengeType
 JAXBElement<SignChallengeType> ObjectFactory.createSignChallenge(SignChallengeType value)
          Create an instance of JAXBElement<SignChallengeType>}
 JAXBElement<SignChallengeType> ObjectFactory.createSignChallengeResponse(SignChallengeType value)
          Create an instance of JAXBElement<SignChallengeType>}
 

Uses of SignChallengeType in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Subclasses of SignChallengeType in com.sun.xml.ws.security.trust.impl.wssx.elements
 class SignChallengeImpl
          Challenge that requires the other party to sign a specified set of information.
 class SignChallengeResponseImpl
          Response to a challenge that requires the signing of a specified set of information.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.