com.sun.xml.ws.db.sdo
Class SDOContextFactory

java.lang.Object
  extended by BindingContextFactory
      extended by com.sun.xml.ws.db.sdo.SDOContextFactory

public class SDOContextFactory
extends BindingContextFactory


Field Summary
static String ECLIPSELINK_SDO
           
static String TOPLINK_SDO
           
 
Constructor Summary
SDOContextFactory()
           
 
Method Summary
protected  BindingContext getContext(Marshaller m)
           
protected  boolean isFor(String str)
           
protected  BindingContext newContext(BindingInfo bi)
           
protected  BindingContext newContext(JAXBContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ECLIPSELINK_SDO

public static final String ECLIPSELINK_SDO
See Also:
Constant Field Values

TOPLINK_SDO

public static final String TOPLINK_SDO
See Also:
Constant Field Values
Constructor Detail

SDOContextFactory

public SDOContextFactory()
Method Detail

newContext

protected BindingContext newContext(JAXBContext context)

newContext

protected BindingContext newContext(BindingInfo bi)

isFor

protected boolean isFor(String str)

getContext

protected BindingContext getContext(Marshaller m)


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