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

java.lang.Object
  extended by com.sun.xml.ws.spi.db.BindingContextFactory
      extended by com.sun.xml.ws.db.glassfish.JAXBRIContextFactory

public class JAXBRIContextFactory
extends BindingContextFactory

JAXBRIContextFactory


Field Summary
 
Fields inherited from class com.sun.xml.ws.spi.db.BindingContextFactory
DefaultDatabindingMode, JAXB_CONTEXT_FACTORY_PROPERTY, LOGGER
 
Constructor Summary
JAXBRIContextFactory()
           
 
Method Summary
protected  BindingContext getContext(javax.xml.bind.Marshaller m)
           
protected  boolean isFor(java.lang.String str)
          Check to see if the BindingContextFactory is for the databinding mode/flavor.
 BindingContext newContext(BindingInfo bi)
           
 BindingContext newContext(javax.xml.bind.JAXBContext context)
           
 
Methods inherited from class com.sun.xml.ws.spi.db.BindingContextFactory
create, create, getBindingContext, isContextSupported, serviceIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBRIContextFactory

public JAXBRIContextFactory()
Method Detail

newContext

public BindingContext newContext(javax.xml.bind.JAXBContext context)
Specified by:
newContext in class BindingContextFactory

newContext

public BindingContext newContext(BindingInfo bi)
Specified by:
newContext in class BindingContextFactory

getContext

protected BindingContext getContext(javax.xml.bind.Marshaller m)
Specified by:
getContext in class BindingContextFactory

isFor

protected boolean isFor(java.lang.String str)
Description copied from class: BindingContextFactory
Check to see if the BindingContextFactory is for the databinding mode/flavor. The String parameter can be the package name of the JAXBContext implementation as well.

Specified by:
isFor in class BindingContextFactory
Parameters:
str - mode/flavor or the package name of the JAXBContext implementation.
Returns:


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.