Package com.sun.xml.ws.db.toplink
Class JAXBContextFactory
- java.lang.Object
-
- com.sun.xml.ws.spi.db.BindingContextFactory
-
- com.sun.xml.ws.db.toplink.JAXBContextFactory
-
public class JAXBContextFactory extends com.sun.xml.ws.spi.db.BindingContextFactoryJAXBContextFactory- Author:
- shih-chang.chen@oracle.com
-
-
Field Summary
Fields Modifier and Type Field Description static StringOXM_XML_ELEMENTstatic StringOXM_XML_OVERRIDE
-
Constructor Summary
Constructors Constructor Description JAXBContextFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Class<?>classForName(String name)static Class<?>classForName(String name, ClassLoader cl)protected com.sun.xml.ws.spi.db.BindingContextgetContext(Marshaller m)protected booleanisFor(String str)protected com.sun.xml.ws.spi.db.BindingContextnewContext(com.sun.xml.ws.spi.db.BindingInfo bi)protected com.sun.xml.ws.spi.db.BindingContextnewContext(JAXBContext context)static Class<?>typeToClass(Type type, ClassLoader cl)
-
-
-
Field Detail
-
OXM_XML_OVERRIDE
public static final String OXM_XML_OVERRIDE
- See Also:
- Constant Field Values
-
OXM_XML_ELEMENT
public static final String OXM_XML_ELEMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
isFor
protected boolean isFor(String str)
- Specified by:
isForin classcom.sun.xml.ws.spi.db.BindingContextFactory
-
getContext
protected com.sun.xml.ws.spi.db.BindingContext getContext(Marshaller m)
- Specified by:
getContextin classcom.sun.xml.ws.spi.db.BindingContextFactory
-
newContext
protected com.sun.xml.ws.spi.db.BindingContext newContext(JAXBContext context)
- Specified by:
newContextin classcom.sun.xml.ws.spi.db.BindingContextFactory
-
newContext
protected com.sun.xml.ws.spi.db.BindingContext newContext(com.sun.xml.ws.spi.db.BindingInfo bi)
- Specified by:
newContextin classcom.sun.xml.ws.spi.db.BindingContextFactory
-
typeToClass
public static final Class<?> typeToClass(Type type, ClassLoader cl)
-
classForName
public static Class<?> classForName(String name, ClassLoader cl) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
classForName
public static Class<?> classForName(String name) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-