Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


4.2.13 com.sun.xml.ws.spi.db.BindingContextFactory

com.sun.xml.ws.spi.db.BindingContextFactory specifies the data binding provider for the Java Virtual Machine (JVM).

Description

com.sun.xml.ws.spi.db.BindingContextFactory specifies the data binding provider for the JVM.

To specify the data binding provider for the JVM, set the com.sun.xml.ws.spi.db.BindingContextFactory JVM property to one of the following values:

com.sun.xml.ws.db.glassfish.JAXBRIContextFactory

Specifies the JAXB reference implementation. This is the default value.

com.sun.xml.ws.db.toplink.JAXBContextFactory

Specifies the Eclipselink MOXy JAXB binding.

Specifiable values

Type: String

{com.sun.xml.ws.db.glassfish.JAXBRIContextFactory | com.sun.xml.ws.db.toplink.JAXBContextFactory}

Initial value

Not specified

Default value

If the definition item is omitted

com.sun.xml.ws.db.glassfish.JAXBRIContextFactory

Examples

asadmin> create-jvm-options --target instance1 
-Dcom.sun.xml.ws.spi.db.BindingContextFactory=
com.sun.xml.ws.db.toplink.JAXBContextFactory

Notes

Used in the server.

The data binding provider for JAXB, which is specified by this property, affects only the JAX-WS web services.