|
||||||||||
| 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
|
| 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
| Method Detail |
|---|
public void setErrorHandler(ValidationEventHandler handler)
BridgeContext
setErrorHandler in class BridgeContexthandler - can be null, in which case all errors will be considered fatal.public void setAttachmentMarshaller(AttachmentMarshaller m)
BridgeContextAttachmentMarshaller.
setAttachmentMarshaller in class BridgeContextpublic void setAttachmentUnmarshaller(AttachmentUnmarshaller u)
BridgeContextAttachmentUnmarshaller.
setAttachmentUnmarshaller in class BridgeContextpublic AttachmentMarshaller getAttachmentMarshaller()
BridgeContextAttachmentMarshaller set through
AttachmentMarshaller.
getAttachmentMarshaller in class BridgeContextpublic AttachmentUnmarshaller getAttachmentUnmarshaller()
BridgeContextAttachmentUnmarshaller set through
AttachmentUnmarshaller.
getAttachmentUnmarshaller in class BridgeContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||