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.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.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)
-