Package | Description |
---|---|
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.handler | |
com.sun.xml.ws.message.jaxb |
Message implementation for JAXB. |
com.sun.xml.ws.model | |
com.sun.xml.ws.spi.db |
Modifier and Type | Method and Description |
---|---|
static Header |
Headers.create(BindingContext context,
Object o) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
JAXBRIContextWrapper |
Modifier and Type | Method and Description |
---|---|
BindingContext |
WrapperBridge.context() |
BindingContext |
MarshallerBridge.context() |
BindingContext |
BridgeWrapper.context() |
protected BindingContext |
JAXBRIContextFactory.getContext(Marshaller m) |
BindingContext |
JAXBRIContextFactory.newContext(BindingInfo bi) |
BindingContext |
JAXBRIContextFactory.newContext(JAXBContext context) |
Modifier and Type | Field and Description |
---|---|
protected BindingContext |
LogicalMessageImpl.defaultJaxbContext |
Modifier and Type | Method and Description |
---|---|
Object |
LogicalMessageImpl.getPayload(BindingContext context) |
void |
LogicalMessageImpl.setPayload(Object payload,
BindingContext context) |
Constructor and Description |
---|
LogicalMessageContextImpl(WSBinding binding,
BindingContext defaultJAXBContext,
Packet packet) |
LogicalMessageImpl(BindingContext defaultJaxbContext,
Packet packet) |
Modifier and Type | Method and Description |
---|---|
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,
HeaderList headers,
AttachmentSet attachments) |
Constructor and Description |
---|
JAXBDispatchMessage(BindingContext context,
Object jaxbObject,
SOAPVersion soapVersion) |
JAXBHeader(BindingContext context,
Object jaxbObject) |
Modifier and Type | Field and Description |
---|---|
protected BindingContext |
AbstractSEIModelImpl.bindingContext |
Modifier and Type | Method and Description |
---|---|
BindingContext |
AbstractSEIModelImpl.getBindingContext() |
Modifier and Type | Field and Description |
---|---|
(package private) BindingContext |
WrapperBridge.parent |
Modifier and Type | Method and Description |
---|---|
BindingContext |
XMLBridge.context()
Gets the
BindingContext to which this object belongs. |
BindingContext |
WrapperBridge.context() |
BindingContext |
RepeatedElementBridge.context() |
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) |
Constructor and Description |
---|
WrapperBridge(BindingContext p,
TypeInfo ti) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.