| Package | Description |
|---|---|
| javax.xml.bind |
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
|
| javax.xml.bind.util |
Useful client utility classes.
|
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
| javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
| Modifier and Type | Method and Description |
|---|---|
static JAXBContext |
JAXBContext.newInstance(Class
Obtain a new instance of a
JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(Class
Obtain a new instance of a
JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(String
Obtain a new instance of a
JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(String
Obtain a new instance of a
JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(String
Obtain a new instance of a
JAXBContext class.
|
| Constructor and Description | |
|---|---|
JAXBResult(JAXBContext
Creates a new instance that uses the specified JAXBContext to unmarshal.
|
|
JAXBSource(JAXBContext
Creates a new
Source for the given content object.
|
| Modifier and Type | Method and Description |
|---|---|
Dispatch |
Service.createDispatch(EndpointReference
Creates a
Dispatch instance for use with JAXB generated objects.
|
Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|
Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|
Object |
LogicalMessage.getPayload(JAXBContext
Gets the message payload as a JAXB object.
|
void |
LogicalMessage.setPayload(Object
Sets the message payload
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SOAPMessageContext.getHeaders(QName
Gets headers that have a particular qualified name from the message in the message context.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Dispatch |
ServiceDelegate.createDispatch(EndpointReference
Creates a
Dispatch instance for use with JAXB generated objects.
|
abstract Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|
abstract Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|