org.sonatype.sisu.goodies.marshal.internal.jaxb
Class JaxbComponentFactoryImpl
java.lang.Object
org.sonatype.sisu.goodies.marshal.internal.jaxb.JaxbComponentFactoryImpl
- All Implemented Interfaces:
- JaxbComponentFactory
@Named
public class JaxbComponentFactoryImpl
- extends Object
- implements JaxbComponentFactory
Default JaxbComponentFactory
implementation.
- Since:
- 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbComponentFactoryImpl
public JaxbComponentFactoryImpl()
marshallerFor
public javax.xml.bind.Marshaller marshallerFor(Class type)
throws Exception
- Specified by:
marshallerFor
in interface JaxbComponentFactory
- Throws:
Exception
unmarshallerFor
public javax.xml.bind.Unmarshaller unmarshallerFor(Class type)
throws Exception
- Specified by:
unmarshallerFor
in interface JaxbComponentFactory
- Throws:
Exception
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.