Package | Description |
---|---|
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 |
---|---|
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 © 2017 JBoss by Red Hat. All rights reserved.