|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.bind.api.BridgeContext
com.sun.xml.bind.v2.runtime.BridgeContextImpl
public final class BridgeContextImpl
BridgeContext
implementation.
Field Summary | |
---|---|
MarshallerImpl |
marshaller
|
UnmarshallerImpl |
unmarshaller
|
Constructor Summary | |
---|---|
BridgeContextImpl(JAXBContextImpl context)
|
Method Summary | |
---|---|
AttachmentMarshaller |
getAttachmentMarshaller()
Gets the last AttachmentMarshaller set through
AttachmentMarshaller . |
AttachmentUnmarshaller |
getAttachmentUnmarshaller()
Gets the last AttachmentUnmarshaller set through
AttachmentUnmarshaller . |
void |
setAttachmentMarshaller(AttachmentMarshaller m)
Sets the AttachmentMarshaller . |
void |
setAttachmentUnmarshaller(AttachmentUnmarshaller u)
Sets the AttachmentUnmarshaller . |
void |
setErrorHandler(ValidationEventHandler handler)
Registers the error handler that receives unmarshalling/marshalling errors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final UnmarshallerImpl unmarshaller
public final MarshallerImpl marshaller
Constructor Detail |
---|
BridgeContextImpl(JAXBContextImpl context)
Method Detail |
---|
public void setErrorHandler(ValidationEventHandler handler)
BridgeContext
setErrorHandler
in class BridgeContext
handler
- can be null, in which case all errors will be considered fatal.public void setAttachmentMarshaller(AttachmentMarshaller m)
BridgeContext
AttachmentMarshaller
.
setAttachmentMarshaller
in class BridgeContext
public void setAttachmentUnmarshaller(AttachmentUnmarshaller u)
BridgeContext
AttachmentUnmarshaller
.
setAttachmentUnmarshaller
in class BridgeContext
public AttachmentMarshaller getAttachmentMarshaller()
BridgeContext
AttachmentMarshaller
set through
AttachmentMarshaller
.
getAttachmentMarshaller
in class BridgeContext
public AttachmentUnmarshaller getAttachmentUnmarshaller()
BridgeContext
AttachmentUnmarshaller
set through
AttachmentUnmarshaller
.
getAttachmentUnmarshaller
in class BridgeContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |