org.sonatype.sisu.goodies.marshal.internal.jaxb
Interface JaxbComponentFactory
- All Known Implementing Classes:
- JaxbComponentFactoryImpl
public interface JaxbComponentFactory
Provides access to JAXB Marshaller
and Unmarshaller
instances.
- Since:
- 1.0
marshallerFor
javax.xml.bind.Marshaller marshallerFor(Class type)
throws Exception
- Throws:
Exception
unmarshallerFor
javax.xml.bind.Unmarshaller unmarshallerFor(Class type)
throws Exception
- Throws:
Exception
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.