Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF