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.
|
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.json |
Modifier and Type | Method and Description |
---|---|
abstract AttachmentMarshaller |
BridgeContext.getAttachmentMarshaller()
Deprecated.
Gets the last
AttachmentMarshaller set through
AttachmentMarshaller . |
Modifier and Type | Method and Description |
---|---|
void |
Bridge.marshal(T object,
ContentHandler contentHandler,
AttachmentMarshaller am) |
void |
Bridge.marshal(T object,
OutputStream output,
NamespaceContext nsContext,
AttachmentMarshaller am) |
void |
Bridge.marshal(T object,
XMLStreamWriter output,
AttachmentMarshaller am) |
abstract void |
BridgeContext.setAttachmentMarshaller(AttachmentMarshaller m)
Deprecated.
Sets the
AttachmentMarshaller . |
Modifier and Type | Field and Description |
---|---|
AttachmentMarshaller |
XMLSerializer.attachmentMarshaller |
Modifier and Type | Method and Description |
---|---|
AttachmentMarshaller |
MarshallerImpl.getAttachmentMarshaller() |
AttachmentMarshaller |
BridgeContextImpl.getAttachmentMarshaller() |
Modifier and Type | Method and Description |
---|---|
void |
MarshallerImpl.setAttachmentMarshaller(AttachmentMarshaller am) |
void |
BridgeContextImpl.setAttachmentMarshaller(AttachmentMarshaller m) |
Modifier and Type | Method and Description |
---|---|
AttachmentMarshaller |
Marshaller.getAttachmentMarshaller() |
Modifier and Type | Method and Description |
---|---|
void |
Marshaller.setAttachmentMarshaller(AttachmentMarshaller am)
Associate a context that enables binary data within an XML document
to be transmitted as XML-binary optimized attachment.
|
Modifier and Type | Method and Description |
---|---|
AttachmentMarshaller |
AbstractMarshallerImpl.getAttachmentMarshaller() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMarshallerImpl.setAttachmentMarshaller(AttachmentMarshaller am) |
Modifier and Type | Method and Description |
---|---|
void |
JAXBUtils.BridgeWrapper.marshal(Object elValue,
Node source,
AttachmentMarshaller am) |
void |
JAXBUtils.BridgeWrapper.marshal(Object elValue,
XMLStreamWriter source,
AttachmentMarshaller m) |
Modifier and Type | Method and Description |
---|---|
AttachmentMarshaller |
JettisonMappedMarshaller.getAttachmentMarshaller() |
AttachmentMarshaller |
BadgerMarshaller.getAttachmentMarshaller() |
Modifier and Type | Method and Description |
---|---|
void |
JettisonMappedMarshaller.setAttachmentMarshaller(AttachmentMarshaller attachmentMarshaller) |
void |
BadgerMarshaller.setAttachmentMarshaller(AttachmentMarshaller attachmentMarshaller) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.