Uses of Interface
com.sun.xml.ws.spi.db.XMLBridge
Packages that use XMLBridge
Package
Description
Message and related abstractions that represent a SOAP message.SEIStub and its supporting code.Message implementations.Message implementation for JAXB.-
Uses of XMLBridge in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message with parameters of type XMLBridgeModifier and TypeMethodDescriptionstatic Header<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.client.sei
Constructors in com.sun.xml.ws.client.sei with parameters of type XMLBridgeModifierConstructorDescriptionBody(XMLBridge<?> bridge, ValueSetter setter) Header(SOAPVersion soapVersion, QName name, XMLBridge<?> bridge, ValueSetter setter) -
Uses of XMLBridge in com.sun.xml.ws.db.glassfish
Classes in com.sun.xml.ws.db.glassfish that implement XMLBridgeModifier and TypeClassDescriptionclassclassclass -
Uses of XMLBridge in com.sun.xml.ws.message
Methods in com.sun.xml.ws.message with parameters of type XMLBridgeModifier and TypeMethodDescription<T> TAbstractHeaderImpl.readAsJAXB(XMLBridge<T> bridge) <T> TAbstractMessageImpl.readPayloadAsJAXB(XMLBridge<T> bridge) Constructors in com.sun.xml.ws.message with parameters of type XMLBridgeModifierConstructorDescriptionJAXBAttachment(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 XMLBridgeModifier and TypeMethodDescriptionstatic 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 -
Uses of XMLBridge in com.sun.xml.ws.message.saaj
Methods in com.sun.xml.ws.message.saaj with parameters of type XMLBridge -
Uses of XMLBridge in com.sun.xml.ws.message.source
Methods in com.sun.xml.ws.message.source with parameters of type XMLBridgeModifier and TypeMethodDescription<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 -
Uses of XMLBridge in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return XMLBridgeModifier and TypeMethodDescriptionCheckedExceptionImpl.getBond()ParameterImpl.getInlinedRepeatedElementBridge()final XMLBridgeAbstractSEIModelImpl.getXMLBridge(TypeInfo type) ParameterImpl.getXMLBridge() -
Uses of XMLBridge in com.sun.xml.ws.security.message.stream
Methods in com.sun.xml.ws.security.message.stream with parameters of type XMLBridgeModifier and TypeMethodDescription<T> TLazyStreamBasedMessage.readPayloadAsJAXB(XMLBridge<T> bridge) -
Uses of XMLBridge in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type XMLBridgeModifier and TypeMethodDescription<T> THeader.readAsJAXB(XMLBridge<T> arg0) <T> THeaderWrapper.readAsJAXB(XMLBridge<T> bridge) <T> TSecurityHeaderWrapper.readAsJAXB(XMLBridge<T> arg0) <T> TMessageWrapper.readPayloadAsJAXB(XMLBridge<T> arg0) -
Uses of XMLBridge in com.sun.xml.ws.server.sei
Fields in com.sun.xml.ws.server.sei declared as XMLBridgeModifier and TypeFieldDescriptionprotected XMLBridge[]EndpointResponseMessageBuilder.Wrapped.parameterBridgesHow does each wrapped parameter binds to XML?protected XMLBridge[]EndpointResponseMessageBuilder.Wrapped.parameterBridgesHow does each wrapped parameter binds to XML?Constructors in com.sun.xml.ws.server.sei with parameters of type XMLBridgeModifierConstructorDescriptionBody(XMLBridge<?> bridge, EndpointValueSetter setter) Header(SOAPVersion soapVersion, QName name, XMLBridge<?> bridge, EndpointValueSetter setter) Header(int methodPos, XMLBridge bridge, ValueGetter getter) -
Uses of XMLBridge in com.sun.xml.ws.spi.db
Classes in com.sun.xml.ws.spi.db that implement XMLBridgeModifier and TypeClassDescriptionclassRepeatedElementBridgeclassWrapperBridge handles RPC-Literal body and Document-Literal wrappers without static wrapper classes.Fields in com.sun.xml.ws.spi.db declared as XMLBridgeMethods in com.sun.xml.ws.spi.db that return XMLBridgeModifier and TypeMethodDescriptionBindingContext.createBridge(TypeInfo ref) Creates a mini-marshaller/unmarshaller that can process aTypeInfo.BindingContext.createFragmentBridge()Constructors in com.sun.xml.ws.spi.db with parameters of type XMLBridge