Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF