com.ebmwebsourcing.easyviper.core.impl.marshalling
Class ViperJAXBContext

Package class diagram package ViperJAXBContext
java.lang.Object
  extended by com.ebmwebsourcing.easyviper.core.impl.marshalling.ViperJAXBContext

public class ViperJAXBContext
extends java.lang.Object


Method Summary
static java.util.List<java.lang.Class> getDefaultObjectFactories()
           
static ViperJAXBContext getInstance()
           
 javax.xml.bind.JAXBContext getJaxbContext()
           
static
<F> F
getObjectFactory(java.lang.Class<F> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultObjectFactories

public static java.util.List<java.lang.Class> getDefaultObjectFactories()

getObjectFactory

public static <F> F getObjectFactory(java.lang.Class<F> clazz)
                          throws com.ebmwebsourcing.easyviper.core.api.CoreException
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

getInstance

public static ViperJAXBContext getInstance()
                                    throws com.ebmwebsourcing.easyviper.core.api.CoreException
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

getJaxbContext

public javax.xml.bind.JAXBContext getJaxbContext()
                                          throws com.ebmwebsourcing.easyviper.core.api.CoreException
Returns:
the jaxbContext
Throws:
WSDLException
com.ebmwebsourcing.easyviper.core.api.CoreException


Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.