Uses of Interface
com.sun.xml.ws.spi.db.BindingContext
-
Packages that use BindingContext Package Description com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.db.glassfish com.sun.xml.ws.message.jaxb Messageimplementation for JAXB.com.sun.xml.ws.model com.sun.xml.ws.spi.db -
-
Uses of BindingContext in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message with parameters of type BindingContext Modifier and Type Method Description static HeaderHeaders. create(BindingContext context, Object o) -
Uses of BindingContext in com.sun.xml.ws.db.glassfish
Methods in com.sun.xml.ws.db.glassfish that return BindingContext Modifier and Type Method Description BindingContextBridgeWrapper. context()BindingContextMarshallerBridge. context()BindingContextWrapperBridge. context()protected BindingContextJAXBRIContextFactory. getContext(javax.xml.bind.Marshaller m)BindingContextJAXBRIContextFactory. newContext(BindingInfo bi)BindingContextJAXBRIContextFactory. newContext(javax.xml.bind.JAXBContext context) -
Uses of BindingContext in com.sun.xml.ws.message.jaxb
Methods in com.sun.xml.ws.message.jaxb with parameters of type BindingContext Modifier and Type Method Description static MessageJAXBMessage. create(BindingContext context, Object jaxbObject, SOAPVersion soapVersion)Creates aMessagebacked by a JAXB bean.static MessageJAXBMessage. create(BindingContext context, Object jaxbObject, SOAPVersion soapVersion, MessageHeaders headers, AttachmentSet attachments)Constructors in com.sun.xml.ws.message.jaxb with parameters of type BindingContext Constructor Description JAXBDispatchMessage(BindingContext context, Object jaxbObject, SOAPVersion soapVersion)JAXBHeader(BindingContext context, Object jaxbObject) -
Uses of BindingContext in com.sun.xml.ws.model
Fields in com.sun.xml.ws.model declared as BindingContext Modifier and Type Field Description protected BindingContextAbstractSEIModelImpl. bindingContextMethods in com.sun.xml.ws.model that return BindingContext Modifier and Type Method Description BindingContextAbstractSEIModelImpl. getBindingContext() -
Uses of BindingContext in com.sun.xml.ws.spi.db
Methods in com.sun.xml.ws.spi.db that return BindingContext Modifier and Type Method Description BindingContextRepeatedElementBridge. context()BindingContextWrapperBridge. context()BindingContextXMLBridge. context()Gets theBindingContextto which this object belongs.static BindingContextBindingContextFactory. create(BindingInfo bi)static BindingContextBindingContextFactory. create(javax.xml.bind.JAXBContext context)static BindingContextBindingContextFactory. getBindingContext(javax.xml.bind.Marshaller m)Deprecated.- Does jaxws need this?protected abstract BindingContextBindingContextFactory. getContext(javax.xml.bind.Marshaller m)Deprecated.- Does jaxws need this?BindingContextOldBridge. getContext()Gets theBindingContextto which this object belongs.protected abstract BindingContextBindingContextFactory. newContext(BindingInfo bi)protected abstract BindingContextBindingContextFactory. newContext(javax.xml.bind.JAXBContext context)Constructors in com.sun.xml.ws.spi.db with parameters of type BindingContext Constructor Description WrapperBridge(BindingContext p, TypeInfo ti)
-