org.sonatype.sisu.goodies.marshal.internal.jaxb
Class JaxbComponentFactoryImpl

java.lang.Object
  extended by 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

Constructor Summary
JaxbComponentFactoryImpl()
           
 
Method Summary
 javax.xml.bind.Marshaller marshallerFor(Class type)
           
 javax.xml.bind.Unmarshaller unmarshallerFor(Class type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbComponentFactoryImpl

public JaxbComponentFactoryImpl()
Method Detail

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.