|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BindingContext | |
|---|---|
| com.sun.xml.ws.api.message | Message and related abstractions that represent a SOAP message. |
| com.sun.xml.ws.db.glassfish | |
| com.sun.xml.ws.message.jaxb | Message implementation 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 | |
|---|---|
static Header |
Headers.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 | |
|---|---|
BindingContext |
BridgeWrapper.context()
|
BindingContext |
MarshallerBridge.context()
|
BindingContext |
WrapperBridge.context()
|
protected BindingContext |
JAXBRIContextFactory.getContext(Marshaller m)
|
BindingContext |
JAXBRIContextFactory.newContext(BindingInfo bi)
|
BindingContext |
JAXBRIContextFactory.newContext(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 | |
|---|---|
static Message |
JAXBMessage.create(BindingContext context,
Object jaxbObject,
SOAPVersion soapVersion)
Creates a Message backed by a JAXB bean. |
static Message |
JAXBMessage.create(BindingContext context,
Object jaxbObject,
SOAPVersion soapVersion,
MessageHeaders headers,
AttachmentSet attachments)
|
| Constructors in com.sun.xml.ws.message.jaxb with parameters of type BindingContext | |
|---|---|
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 | |
|---|---|
protected BindingContext |
AbstractSEIModelImpl.bindingContext
|
| Methods in com.sun.xml.ws.model that return BindingContext | |
|---|---|
BindingContext |
AbstractSEIModelImpl.getBindingContext()
|
| Uses of BindingContext in com.sun.xml.ws.spi.db |
|---|
| Methods in com.sun.xml.ws.spi.db that return BindingContext | |
|---|---|
BindingContext |
RepeatedElementBridge.context()
|
BindingContext |
WrapperBridge.context()
|
BindingContext |
XMLBridge.context()
Gets the BindingContext to which this object belongs. |
static BindingContext |
BindingContextFactory.create(BindingInfo bi)
|
static BindingContext |
BindingContextFactory.create(JAXBContext context)
|
static BindingContext |
BindingContextFactory.getBindingContext(Marshaller m)
Deprecated. - Does jaxws need this? |
BindingContext |
OldBridge.getContext()
Gets the BindingContext to which this object belongs. |
protected abstract BindingContext |
BindingContextFactory.getContext(Marshaller m)
Deprecated. - Does jaxws need this? |
protected abstract BindingContext |
BindingContextFactory.newContext(BindingInfo bi)
|
protected abstract BindingContext |
BindingContextFactory.newContext(JAXBContext context)
|
| Constructors in com.sun.xml.ws.spi.db with parameters of type BindingContext | |
|---|---|
WrapperBridge(BindingContext p,
TypeInfo ti)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||