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.client.sei SEIStuband its supporting code.com.sun.xml.ws.db.glassfish 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.incoming com.sun.xml.ws.security.opt.impl.message com.sun.xml.ws.server.sei 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.client.sei
Constructors in com.sun.xml.ws.client.sei with parameters of type XMLBridge Constructor Description Body(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 XMLBridge Modifier and Type Class Description classBridgeWrapper<T>classMarshallerBridgeclassWrapperBridge<T> -
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.security.message.stream
Methods in com.sun.xml.ws.security.message.stream with parameters of type XMLBridge Modifier and Type Method Description <T> TLazyStreamBasedMessage. readPayloadAsJAXB(XMLBridge<T> bridge) -
Uses of XMLBridge in com.sun.xml.ws.security.opt.impl.incoming
Methods in com.sun.xml.ws.security.opt.impl.incoming with parameters of type XMLBridge Modifier and Type Method Description <T> TGenericSecuredHeader. readAsJAXB(XMLBridge<T> bridge)<T> TVerifiedStreamMessage. 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 XMLBridge Modifier and Type Method Description <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 XMLBridge Modifier and Type Field Description protected 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 XMLBridge Constructor Description Body(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 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)
-