Uses of Interface
com.sun.xml.ws.spi.db.XMLBridge
-
Packages that use XMLBridge Package Description com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.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.spi.db -
-
Uses of XMLBridge in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message with parameters of type XMLBridge Modifier and Type Method Description static HeaderHeaders. create(XMLBridge bridge, Object jaxbObject)<T> THeader. readAsJAXB(XMLBridge<T> bridge)Reads the header as a data-bond object<T> TFilterMessageImpl. readPayloadAsJAXB(XMLBridge<T> bridge)abstract <T> TMessage. readPayloadAsJAXB(XMLBridge<T> bridge)Reads the payload as a Data-Bond object This consumes the message. -
Uses of XMLBridge in com.sun.xml.ws.message
Methods in com.sun.xml.ws.message with parameters of type XMLBridge Modifier and Type Method Description <T> TAbstractHeaderImpl. readAsJAXB(XMLBridge<T> bridge)<T> TAbstractMessageImpl. readPayloadAsJAXB(XMLBridge<T> bridge)Constructors in com.sun.xml.ws.message with parameters of type XMLBridge Constructor Description JAXBAttachment(String contentId, Object jaxbObject, XMLBridge bridge, String mimeType) -
Uses of XMLBridge in com.sun.xml.ws.message.jaxb
Methods in com.sun.xml.ws.message.jaxb with parameters of type XMLBridge Modifier and Type Method Description static MessageJAXBMessage. create(XMLBridge bridge, Object jaxbObject, SOAPVersion soapVer)Creates aMessagebacked by a JAXB bean.<T> TJAXBHeader. readAsJAXB(XMLBridge<T> bond)Constructors in com.sun.xml.ws.message.jaxb with parameters of type XMLBridge Constructor Description JAXBHeader(XMLBridge bridge, Object jaxbObject) -
Uses of XMLBridge in com.sun.xml.ws.message.saaj
Methods in com.sun.xml.ws.message.saaj with parameters of type XMLBridge Modifier and Type Method Description <T> TSAAJMessage. readPayloadAsJAXB(XMLBridge<T> bridge) -
Uses of XMLBridge in com.sun.xml.ws.message.source
Methods in com.sun.xml.ws.message.source with parameters of type XMLBridge Modifier and Type Method Description <T> TProtocolSourceMessage. readPayloadAsJAXB(XMLBridge<T> bridge) -
Uses of XMLBridge in com.sun.xml.ws.message.stream
Methods in com.sun.xml.ws.message.stream with parameters of type XMLBridge Modifier and Type Method Description <T> TStreamMessage. readPayloadAsJAXB(XMLBridge<T> bridge) -
Uses of XMLBridge in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return XMLBridge Modifier and Type Method Description XMLBridgeCheckedExceptionImpl. getBond()XMLBridgeParameterImpl. getInlinedRepeatedElementBridge()XMLBridgeAbstractSEIModelImpl. getXMLBridge(TypeInfo type)XMLBridgeParameterImpl. getXMLBridge() -
Uses of XMLBridge in com.sun.xml.ws.spi.db
Classes in com.sun.xml.ws.spi.db that implement XMLBridge Modifier and Type Class Description classRepeatedElementBridge<T>RepeatedElementBridgeclassWrapperBridge<T>WrapperBridge handles RPC-Literal body and Document-Literal wrappers without static wrapper classes.Fields in com.sun.xml.ws.spi.db declared as XMLBridge Modifier and Type Field Description XMLBridge[]WrapperComposite. bridgesMethods in com.sun.xml.ws.spi.db that return XMLBridge Modifier and Type Method Description XMLBridgeBindingContext. createBridge(TypeInfo ref)Creates a mini-marshaller/unmarshaller that can process aTypeInfo.XMLBridgeBindingContext. createFragmentBridge()Constructors in com.sun.xml.ws.spi.db with parameters of type XMLBridge Constructor Description RepeatedElementBridge(TypeInfo typeInfo, XMLBridge xb)
-