Skip to content

Expose Jaxb2Marshaller createMarshaller() and createUnmarshaller() methods #22708

@andrei-ivanov

Description

@andrei-ivanov

Affects: 5.1.5


Having defined a Jaxb2Marshaller with some custom properties to be used with Spring AMQP, I'm trying now to re-use it and to use the JAXB Marshaller/Unmarshaller it can generate directly with a javax.ws.rs.ext.ContextResolver<Marshaller>, but those methods are protected so I can't invoke them directly.
As a temporary workaround, I've used reflection.

Please make them public.

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions