Package com.sun.xml.ws.db.sdo
Class SDOContextWrapper
- java.lang.Object
-
- com.sun.xml.ws.db.sdo.SDOContextWrapper
-
- All Implemented Interfaces:
com.sun.xml.ws.spi.db.BindingContext
public final class SDOContextWrapper extends Object implements com.sun.xml.ws.spi.db.BindingContext
-
-
Field Summary
Fields Modifier and Type Field Description static StringSDO_HELPER_CONTEXT_RESOLVERstatic StringSDO_SCHEMA_FILEstatic StringSDO_SCHEMA_INFO
-
Constructor Summary
Constructors Constructor Description SDOContextWrapper(com.sun.xml.ws.spi.db.BindingInfo bi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfig(Set<SchemaInfo> schemas)com.sun.xml.ws.spi.db.XMLBridgecreateBridge(com.sun.xml.ws.spi.db.TypeInfo ref)com.sun.xml.ws.spi.db.XMLBridgecreateFragmentBridge()MarshallercreateMarshaller()SDOSchemaCompilercreateSDOCompiler()UnmarshallercreateUnmarshaller()voidgenerateSchema(SchemaOutputResolver outputResolver)StringgetBuildId()QNamegetElementName(Class o)QNamegetElementName(Object o)<B,V>
com.sun.xml.ws.spi.db.PropertyAccessor<B,V>getElementPropertyAccessor(Class<B> wrapperBean, String nsUri, String localName)commonj.sdo.helper.HelperContextgetHelperContext()commonj.sdo.helper.HelperContextgetHelperContext(HelperContextResolver resolver, boolean isClient, QName serviceName, Map<String,Object> properties)JAXBContextgetJAXBContext()List<String>getKnownNamespaceURIs()QNamegetTypeName(com.sun.xml.ws.spi.db.TypeInfo tr)booleanhasSwaRef()voidinit(Iterator<Source> i)voidinit(Source primaryWsdl)ObjectnewWrapperInstace(Class<?> wrapperType)
-
-
-
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
-
-
Method Detail
-
config
public void config(Set<SchemaInfo> schemas)
-
getHelperContext
public commonj.sdo.helper.HelperContext getHelperContext()
-
newWrapperInstace
public Object newWrapperInstace(Class<?> wrapperType)
- Specified by:
newWrapperInstacein interfacecom.sun.xml.ws.spi.db.BindingContext
-
getHelperContext
public commonj.sdo.helper.HelperContext getHelperContext(HelperContextResolver resolver, boolean isClient, QName serviceName, Map<String,Object> properties)
-
init
public void init(Source primaryWsdl)
-
createMarshaller
public Marshaller createMarshaller() throws JAXBException
- Specified by:
createMarshallerin interfacecom.sun.xml.ws.spi.db.BindingContext- Throws:
JAXBException
-
createUnmarshaller
public Unmarshaller createUnmarshaller() throws JAXBException
- Specified by:
createUnmarshallerin interfacecom.sun.xml.ws.spi.db.BindingContext- Throws:
JAXBException
-
getJAXBContext
public JAXBContext getJAXBContext()
- Specified by:
getJAXBContextin interfacecom.sun.xml.ws.spi.db.BindingContext
-
hasSwaRef
public boolean hasSwaRef()
- Specified by:
hasSwaRefin interfacecom.sun.xml.ws.spi.db.BindingContext
-
getElementName
public QName getElementName(Object o) throws JAXBException
- Specified by:
getElementNamein interfacecom.sun.xml.ws.spi.db.BindingContext- Throws:
JAXBException
-
getElementName
public QName getElementName(Class o) throws JAXBException
- Specified by:
getElementNamein interfacecom.sun.xml.ws.spi.db.BindingContext- Throws:
JAXBException
-
createBridge
public com.sun.xml.ws.spi.db.XMLBridge createBridge(com.sun.xml.ws.spi.db.TypeInfo ref)
- Specified by:
createBridgein interfacecom.sun.xml.ws.spi.db.BindingContext
-
createFragmentBridge
public com.sun.xml.ws.spi.db.XMLBridge createFragmentBridge()
- Specified by:
createFragmentBridgein interfacecom.sun.xml.ws.spi.db.BindingContext
-
getElementPropertyAccessor
public <B,V> com.sun.xml.ws.spi.db.PropertyAccessor<B,V> getElementPropertyAccessor(Class<B> wrapperBean, String nsUri, String localName) throws JAXBException
- Specified by:
getElementPropertyAccessorin interfacecom.sun.xml.ws.spi.db.BindingContext- Throws:
JAXBException
-
getKnownNamespaceURIs
public List<String> getKnownNamespaceURIs()
- Specified by:
getKnownNamespaceURIsin interfacecom.sun.xml.ws.spi.db.BindingContext
-
generateSchema
public void generateSchema(SchemaOutputResolver outputResolver) throws IOException
- Specified by:
generateSchemain interfacecom.sun.xml.ws.spi.db.BindingContext- Throws:
IOException
-
createSDOCompiler
public SDOSchemaCompiler createSDOCompiler()
-
getTypeName
public QName getTypeName(com.sun.xml.ws.spi.db.TypeInfo tr)
- Specified by:
getTypeNamein interfacecom.sun.xml.ws.spi.db.BindingContext
-
getBuildId
public String getBuildId()
- Specified by:
getBuildIdin interfacecom.sun.xml.ws.spi.db.BindingContext
-
-