com.sun.xml.bind.v2.runtime

Class BridgeContextImpl

public final class BridgeContextImpl extends BridgeContext

BridgeContext implementation.
Field Summary
MarshallerImplmarshaller
UnmarshallerImplunmarshaller
Constructor Summary
BridgeContextImpl(JAXBContextImpl context)
Method Summary
AttachmentMarshallergetAttachmentMarshaller()
AttachmentUnmarshallergetAttachmentUnmarshaller()
voidsetAttachmentMarshaller(AttachmentMarshaller m)
voidsetAttachmentUnmarshaller(AttachmentUnmarshaller u)
voidsetErrorHandler(ValidationEventHandler handler)

Field Detail

marshaller

public final MarshallerImpl marshaller

unmarshaller

public final UnmarshallerImpl unmarshaller

Constructor Detail

BridgeContextImpl

BridgeContextImpl(JAXBContextImpl context)

Method Detail

getAttachmentMarshaller

public AttachmentMarshaller getAttachmentMarshaller()

getAttachmentUnmarshaller

public AttachmentUnmarshaller getAttachmentUnmarshaller()

setAttachmentMarshaller

public void setAttachmentMarshaller(AttachmentMarshaller m)

setAttachmentUnmarshaller

public void setAttachmentUnmarshaller(AttachmentUnmarshaller u)

setErrorHandler

public void setErrorHandler(ValidationEventHandler handler)