Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.BinaryExchangeType
-
Packages that use BinaryExchangeType Package Description com.sun.xml.ws.security.trust.impl.wssx.bindings com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of BinaryExchangeType in com.sun.xml.ws.security.trust.impl.wssx.bindings
Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return BinaryExchangeType Modifier and Type Method Description BinaryExchangeTypeObjectFactory. createBinaryExchangeType()Create an instance ofBinaryExchangeTypeMethods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type BinaryExchangeType Modifier and Type Method Description javax.xml.bind.JAXBElement<BinaryExchangeType>ObjectFactory. createBinaryExchange(BinaryExchangeType value)Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type BinaryExchangeType Modifier and Type Method Description javax.xml.bind.JAXBElement<BinaryExchangeType>ObjectFactory. createBinaryExchange(BinaryExchangeType value) -
Uses of BinaryExchangeType in com.sun.xml.ws.security.trust.impl.wssx.elements
Subclasses of BinaryExchangeType in com.sun.xml.ws.security.trust.impl.wssx.elements Modifier and Type Class Description classBinaryExchangeImplConstructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type BinaryExchangeType Constructor Description BinaryExchangeImpl(BinaryExchangeType bcType)
-