Uses of Class
com.sun.xml.bind.api.Bridge
-
Packages that use Bridge Package Description com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.model com.sun.xml.ws.db.glassfish com.sun.xml.ws.encoding.xml com.sun.xml.ws.message Messageimplementations.com.sun.xml.ws.message.jaxb Messageimplementation for JAXB.com.sun.xml.ws.message.saaj com.sun.xml.ws.message.source com.sun.xml.ws.message.stream com.sun.xml.ws.model com.sun.xml.ws.security.message.stream com.sun.xml.ws.security.opt.impl.enc com.sun.xml.ws.security.opt.impl.incoming com.sun.xml.ws.security.opt.impl.keyinfo com.sun.xml.ws.security.opt.impl.message -
-
Uses of Bridge in com.sun.xml.bind.api
Fields in com.sun.xml.bind.api declared as Bridge Modifier and Type Field Description Bridge[]CompositeStructure. bridgesMethods in com.sun.xml.bind.api that return Bridge Modifier and Type Method Description abstract BridgeJAXBRIContext. createBridge(TypeReference ref)Creates a mini-marshaller/unmarshaller that can process aTypeReference. -
Uses of Bridge in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return Bridge Modifier and Type Method Description BridgeJAXBContextImpl. createBridge(TypeReference ref) -
Uses of Bridge in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message with parameters of type Bridge Modifier and Type Method Description static HeaderHeaders. create(Bridge bridge, Object jaxbObject)Deprecated.<T> THeader. readAsJAXB(Bridge<T> bridge)Deprecated.<T> TFilterMessageImpl. readPayloadAsJAXB(Bridge<T> bridge)Deprecated.abstract <T> TMessage. readPayloadAsJAXB(Bridge<T> bridge)Deprecated. -
Uses of Bridge in com.sun.xml.ws.api.model
Methods in com.sun.xml.ws.api.model that return Bridge Modifier and Type Method Description BridgeCheckedException. getBridge()Deprecated.Why do you need this?BridgeParameter. getBridge()Deprecated. -
Uses of Bridge in com.sun.xml.ws.db.glassfish
Subclasses of Bridge in com.sun.xml.ws.db.glassfish Modifier and Type Class Description classMarshallerBridgeConstructors in com.sun.xml.ws.db.glassfish with parameters of type Bridge Constructor Description BridgeWrapper(com.sun.xml.ws.db.glassfish.JAXBRIContextWrapper p, Bridge<T> b)WrapperBridge(com.sun.xml.ws.db.glassfish.JAXBRIContextWrapper p, Bridge<T> b) -
Uses of Bridge in com.sun.xml.ws.encoding.xml
Methods in com.sun.xml.ws.encoding.xml with parameters of type Bridge Modifier and Type Method Description <T> TXMLMessage.XMLMultiPart. readPayloadAsJAXB(Bridge<T> bridge) -
Uses of Bridge in com.sun.xml.ws.message
Methods in com.sun.xml.ws.message with parameters of type Bridge Modifier and Type Method Description <T> TAbstractHeaderImpl. readAsJAXB(Bridge<T> bridge)Deprecated.<T> TAbstractHeaderImpl. readAsJAXB(Bridge<T> bridge, BridgeContext context)Deprecated.<T> TDOMHeader. readAsJAXB(Bridge<T> bridge)Deprecated.<T> TAbstractMessageImpl. readPayloadAsJAXB(Bridge<T> bridge)Deprecated.<T> TDOMMessage. readPayloadAsJAXB(Bridge<T> bridge)Deprecated. -
Uses of Bridge in com.sun.xml.ws.message.jaxb
Methods in com.sun.xml.ws.message.jaxb with parameters of type Bridge Modifier and Type Method Description <T> TJAXBHeader. readAsJAXB(Bridge<T> bridge)Deprecated. -
Uses of Bridge in com.sun.xml.ws.message.saaj
Methods in com.sun.xml.ws.message.saaj with parameters of type Bridge Modifier and Type Method Description <T> TSAAJMessage. readPayloadAsJAXB(Bridge<T> bridge)Deprecated. -
Uses of Bridge in com.sun.xml.ws.message.source
Methods in com.sun.xml.ws.message.source with parameters of type Bridge Modifier and Type Method Description <T> TProtocolSourceMessage. readPayloadAsJAXB(Bridge<T> bridge)Deprecated. -
Uses of Bridge in com.sun.xml.ws.message.stream
Methods in com.sun.xml.ws.message.stream with parameters of type Bridge Modifier and Type Method Description <T> TStreamMessage. readPayloadAsJAXB(Bridge<T> bridge)Deprecated. -
Uses of Bridge in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return Bridge Modifier and Type Method Description BridgeAbstractSEIModelImpl. getBridge(TypeReference type)Deprecated.use getBondBridgeCheckedExceptionImpl. getBridge()Deprecated.BridgeParameterImpl. getBridge()Deprecated.protected BridgeParameterImpl. getBridge(TypeReference typeRef)Deprecated. -
Uses of Bridge in com.sun.xml.ws.security.message.stream
Methods in com.sun.xml.ws.security.message.stream with parameters of type Bridge Modifier and Type Method Description <T> TLazyStreamBasedMessage. readPayloadAsJAXB(Bridge<T> bridge)Reads the payload as a JAXB object according to the givenBridge. -
Uses of Bridge in com.sun.xml.ws.security.opt.impl.enc
Methods in com.sun.xml.ws.security.opt.impl.enc with parameters of type Bridge Modifier and Type Method Description <T> TJAXBEncryptedKey. readAsJAXB(Bridge<T> bridge)<T> TJAXBEncryptedKey. readAsJAXB(Bridge<T> bridge, BridgeContext context) -
Uses of Bridge in com.sun.xml.ws.security.opt.impl.incoming
Methods in com.sun.xml.ws.security.opt.impl.incoming with parameters of type Bridge Modifier and Type Method Description <T> TGenericSecuredHeader. readAsJAXB(Bridge<T> bridge)<T> TVerifiedStreamMessage. readPayloadAsJAXB(Bridge<T> bridge) -
Uses of Bridge in com.sun.xml.ws.security.opt.impl.keyinfo
Methods in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type Bridge Modifier and Type Method Description <T> TBinarySecurityToken. readAsJAXB(Bridge<T> bridge)<T> TBinarySecurityToken. readAsJAXB(Bridge<T> bridge, BridgeContext context) -
Uses of Bridge in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type Bridge Modifier and Type Method Description <T> THeader. readAsJAXB(Bridge<T> bridge)Reads the header as a JAXB object by using the given unmarshaller.<T> THeader. readAsJAXB(Bridge<T> bridge, BridgeContext context)Deprecated.<T> THeaderWrapper. readAsJAXB(Bridge<T> bridge)Reads the header as a JAXB object by using the given unmarshaller.<T> TSecurityHeaderWrapper. readAsJAXB(Bridge<T> bridge)Reads the header as a JAXB object by using the given unmarshaller.<T> TSecurityHeaderWrapper. readAsJAXB(Bridge<T> bridge, BridgeContext context)Deprecated.<T> TMessageWrapper. readPayloadAsJAXB(Bridge<T> bridge)Reads the payload as a JAXB object according to the givenBridge.
-