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

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

public class SDOContextWrapper
extends Object

Created by IntelliJ IDEA. User: giglee Date: May 13, 2009 Time: 9:48:11 AM To change this template use File | Settings | File Templates.


Field Summary
static String SDO_HELPER_CONTEXT_RESOLVER
           
static String SDO_SCHEMA_FILE
           
static String SDO_SCHEMA_INFO
           
 
Constructor Summary
SDOContextWrapper(Map<String,Object> props)
           
 
Method Summary
 void config(Set<SchemaInfo> schemas)
           
 XMLBridge createBridge(TypeInfo ref)
           
 XMLBridge createFragmentBridge()
           
 Marshaller createMarshaller()
           
 SDOSchemaCompiler createSDOCompiler()
           
 Unmarshaller createUnmarshaller()
           
 void generateSchema(SchemaOutputResolver outputResolver)
           
 String getBuildId()
           
 QName getElementName(Class o)
           
 QName getElementName(Object o)
           
<B,V>
getElementPropertyAccessor(Class<B> wrapperBean, String nsUri, String localName)
           
 commonj.sdo.helper.HelperContext getHelperContext()
           
 commonj.sdo.helper.HelperContext getHelperContext(HelperContextResolver resolver, boolean isClient, QName serviceName, Map<String,Object> properties)
           
 JAXBContext getJAXBContext()
           
 List<String> getKnownNamespaceURIs()
           
 QName getTypeName(TypeInfo tr)
           
 boolean hasSwaRef()
           
 void init(Iterator<Source> i)
           
 void init(Source primaryWsdl)
           
 Object newWrapperInstace(Class<?> wrapperType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SDO_SCHEMA_INFO

public static final String SDO_SCHEMA_INFO
See Also:
Constant Field Values

SDO_SCHEMA_FILE

public static final String SDO_SCHEMA_FILE
See Also:
Constant Field Values

SDO_HELPER_CONTEXT_RESOLVER

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

SDOContextWrapper

public SDOContextWrapper(Map<String,Object> props)
Method Detail

config

public void config(Set<SchemaInfo> schemas)

getHelperContext

public commonj.sdo.helper.HelperContext getHelperContext()

newWrapperInstace

public Object newWrapperInstace(Class<?> wrapperType)

getHelperContext

public commonj.sdo.helper.HelperContext getHelperContext(HelperContextResolver resolver,
                                                         boolean isClient,
                                                         QName serviceName,
                                                         Map<String,Object> properties)

init

public void init(Iterator<Source> i)

init

public void init(Source primaryWsdl)

createMarshaller

public Marshaller createMarshaller()
                            throws JAXBException
Throws:
JAXBException

createUnmarshaller

public Unmarshaller createUnmarshaller()
                                throws JAXBException
Throws:
JAXBException

getJAXBContext

public JAXBContext getJAXBContext()

hasSwaRef

public boolean hasSwaRef()

getElementName

public QName getElementName(Object o)
                     throws JAXBException
Throws:
JAXBException

getElementName

public QName getElementName(Class o)
                     throws JAXBException
Throws:
JAXBException

createBridge

public XMLBridge createBridge(TypeInfo ref)

createFragmentBridge

public XMLBridge createFragmentBridge()

getElementPropertyAccessor

public <B,V>  getElementPropertyAccessor(Class<B> wrapperBean,
                                              String nsUri,
                                              String localName)
                                 throws JAXBException
Throws:
JAXBException

getKnownNamespaceURIs

public List<String> getKnownNamespaceURIs()

generateSchema

public void generateSchema(SchemaOutputResolver outputResolver)
                    throws IOException
Throws:
IOException

createSDOCompiler

public SDOSchemaCompiler createSDOCompiler()

getTypeName

public QName getTypeName(TypeInfo tr)

getBuildId

public String getBuildId()


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