Package org.ow2.easywsdl.schema.impl
Class SchemaJAXBContext
- java.lang.Object
-
- org.ow2.easywsdl.schema.impl.SchemaJAXBContext
-
public final class SchemaJAXBContext extends Object
- Author:
- Nicolas Salatge - EBM WebSourcing
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOtherObjectFactory(Class<?>[] addedObjectFactories)voidaddOtherObjectFactory(List<Class<?>> addedObjectFactories)static Class<?>[]getDefaultObjectFactories()static SchemaJAXBContextgetInstance()javax.xml.bind.JAXBContextgetJaxbContext()
-
-
-
Method Detail
-
getDefaultObjectFactories
public static Class<?>[] getDefaultObjectFactories()
-
getInstance
public static SchemaJAXBContext getInstance() throws SchemaException
- Throws:
SchemaException
-
addOtherObjectFactory
public void addOtherObjectFactory(Class<?>[] addedObjectFactories) throws SchemaException
- Throws:
SchemaException
-
addOtherObjectFactory
public void addOtherObjectFactory(List<Class<?>> addedObjectFactories) throws SchemaException
- Throws:
SchemaException
-
getJaxbContext
public javax.xml.bind.JAXBContext getJaxbContext()
- Returns:
- the jaxbContext
-
-