| Package | Description |
|---|---|
| com.sun.xml.bind.api |
Runtime API for the JAX-WS RI
|
| com.sun.xml.bind.v2.runtime |
Code that implements JAXBContext, Unmarshaller, and Marshaller.
|
| com.sun.xml.bind.v2.runtime.unmarshaller | |
| javax.xml.bind |
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
|
| javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for
some of the
javax.xml.bind interfaces. |
| org.apache.cxf.common.jaxb | |
| org.jboss.resteasy.plugins.providers.jaxb | |
| org.jboss.resteasy.plugins.providers.jaxb.json |
| Modifier and Type | Method and Description |
|---|---|
abstract AttachmentUnmarshaller |
BridgeContext.getAttachmentUnmarshaller()
Deprecated.
Gets the last
AttachmentUnmarshaller set through
AttachmentUnmarshaller. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BridgeContext.setAttachmentUnmarshaller(AttachmentUnmarshaller m)
Deprecated.
Sets the
AttachmentUnmarshaller. |
T |
Bridge.unmarshal(Node n,
AttachmentUnmarshaller au) |
T |
Bridge.unmarshal(Source in,
AttachmentUnmarshaller au) |
T |
Bridge.unmarshal(XMLStreamReader in,
AttachmentUnmarshaller au) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentUnmarshaller |
BridgeContextImpl.getAttachmentUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
BridgeContextImpl.setAttachmentUnmarshaller(AttachmentUnmarshaller u) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentUnmarshaller |
UnmarshallerImpl.getAttachmentUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnmarshallerImpl.setAttachmentUnmarshaller(AttachmentUnmarshaller au) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentUnmarshaller |
Unmarshaller.getAttachmentUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
Unmarshaller.setAttachmentUnmarshaller(AttachmentUnmarshaller au)
Associate a context that resolves cid's, content-id URIs, to
binary data passed as attachments.
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentUnmarshaller |
AbstractUnmarshallerImpl.getAttachmentUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUnmarshallerImpl.setAttachmentUnmarshaller(AttachmentUnmarshaller au) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JAXBUtils.BridgeWrapper.unmarshal(Node source,
AttachmentUnmarshaller am) |
Object |
JAXBUtils.BridgeWrapper.unmarshal(XMLStreamReader source,
AttachmentUnmarshaller am) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentUnmarshaller |
SecureUnmarshaller.getAttachmentUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecureUnmarshaller.setAttachmentUnmarshaller(AttachmentUnmarshaller au) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentUnmarshaller |
JettisonMappedUnmarshaller.getAttachmentUnmarshaller() |
AttachmentUnmarshaller |
BadgerUnmarshaller.getAttachmentUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
JettisonMappedUnmarshaller.setAttachmentUnmarshaller(AttachmentUnmarshaller attachmentUnmarshaller) |
void |
BadgerUnmarshaller.setAttachmentUnmarshaller(AttachmentUnmarshaller attachmentUnmarshaller) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.