|
||||||||||
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 | |
---|---|
javax.xml.bind.attachment.AttachmentMarshaller |
getAttachmentMarshaller()
Gets the last AttachmentMarshaller set through
AttachmentMarshaller . |
javax.xml.bind.attachment.AttachmentUnmarshaller |
getAttachmentUnmarshaller()
Gets the last AttachmentUnmarshaller set through
AttachmentUnmarshaller . |
void |
setAttachmentMarshaller(javax.xml.bind.attachment.AttachmentMarshaller m)
Sets the AttachmentMarshaller . |
void |
setAttachmentUnmarshaller(javax.xml.bind.attachment.AttachmentUnmarshaller u)
Sets the AttachmentUnmarshaller . |
void |
setErrorHandler(javax.xml.bind.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(javax.xml.bind.ValidationEventHandler handler)
BridgeContext
setErrorHandler
in class BridgeContext
handler
- can be null, in which case all errors will be considered fatal.public void setAttachmentMarshaller(javax.xml.bind.attachment.AttachmentMarshaller m)
BridgeContext
AttachmentMarshaller
.
setAttachmentMarshaller
in class BridgeContext
public void setAttachmentUnmarshaller(javax.xml.bind.attachment.AttachmentUnmarshaller u)
BridgeContext
AttachmentUnmarshaller
.
setAttachmentUnmarshaller
in class BridgeContext
public javax.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()
BridgeContext
AttachmentMarshaller
set through
AttachmentMarshaller
.
getAttachmentMarshaller
in class BridgeContext
public javax.xml.bind.attachment.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 |