com.sun.xml.ws.db.sdo
Class SDOContextWrapper
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SDOContextWrapper
public SDOContextWrapper(Map<String,Object> props)
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.