Package com.sun.xml.bind.v2.runtime
Class BridgeContextImpl
java.lang.Object
com.sun.xml.bind.api.BridgeContext
com.sun.xml.bind.v2.runtime.BridgeContextImpl
BridgeContext implementation.- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.attachment.AttachmentMarshallerGets the lastAttachmentMarshallerset throughAttachmentMarshaller.javax.xml.bind.attachment.AttachmentUnmarshallerGets the lastAttachmentUnmarshallerset throughAttachmentUnmarshaller.voidsetAttachmentMarshaller(javax.xml.bind.attachment.AttachmentMarshaller m) Sets theAttachmentMarshaller.voidsetAttachmentUnmarshaller(javax.xml.bind.attachment.AttachmentUnmarshaller u) Sets theAttachmentUnmarshaller.voidsetErrorHandler(javax.xml.bind.ValidationEventHandler handler) Registers the error handler that receives unmarshalling/marshalling errors.
-
Field Details
-
unmarshaller
-
marshaller
-
-
Method Details
-
setErrorHandler
public void setErrorHandler(javax.xml.bind.ValidationEventHandler handler) Description copied from class:BridgeContextRegisters the error handler that receives unmarshalling/marshalling errors.- Specified by:
setErrorHandlerin classBridgeContext- Parameters:
handler- can be null, in which case all errors will be considered fatal.
-
setAttachmentMarshaller
public void setAttachmentMarshaller(javax.xml.bind.attachment.AttachmentMarshaller m) Description copied from class:BridgeContextSets theAttachmentMarshaller.- Specified by:
setAttachmentMarshallerin classBridgeContext
-
setAttachmentUnmarshaller
public void setAttachmentUnmarshaller(javax.xml.bind.attachment.AttachmentUnmarshaller u) Description copied from class:BridgeContextSets theAttachmentUnmarshaller.- Specified by:
setAttachmentUnmarshallerin classBridgeContext
-
getAttachmentMarshaller
public javax.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()Description copied from class:BridgeContextGets the lastAttachmentMarshallerset throughAttachmentMarshaller.- Specified by:
getAttachmentMarshallerin classBridgeContext
-
getAttachmentUnmarshaller
public javax.xml.bind.attachment.AttachmentUnmarshaller getAttachmentUnmarshaller()Description copied from class:BridgeContextGets the lastAttachmentUnmarshallerset throughAttachmentUnmarshaller.- Specified by:
getAttachmentUnmarshallerin classBridgeContext
-