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 Details

  • Constructor Details

    • SDOContextWrapper

      public SDOContextWrapper(com.sun.xml.ws.spi.db.BindingInfo bi)
  • Method Details

    • config

      public void config(Set<SchemaInfo> schemas)
    • getHelperContext

      public commonj.sdo.helper.HelperContext getHelperContext()
    • newWrapperInstace

      public Object newWrapperInstace(Class<?> wrapperType) throws ReflectiveOperationException
      Specified by:
      newWrapperInstace in interface com.sun.xml.ws.spi.db.BindingContext
      Throws:
      ReflectiveOperationException
    • 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 jakarta.xml.bind.Marshaller createMarshaller() throws jakarta.xml.bind.JAXBException
      Specified by:
      createMarshaller in interface com.sun.xml.ws.spi.db.BindingContext
      Throws:
      jakarta.xml.bind.JAXBException
    • createUnmarshaller

      public jakarta.xml.bind.Unmarshaller createUnmarshaller() throws jakarta.xml.bind.JAXBException
      Specified by:
      createUnmarshaller in interface com.sun.xml.ws.spi.db.BindingContext
      Throws:
      jakarta.xml.bind.JAXBException
    • getJAXBContext

      public jakarta.xml.bind.JAXBContext getJAXBContext()
      Specified by:
      getJAXBContext in interface com.sun.xml.ws.spi.db.BindingContext
    • hasSwaRef

      public boolean hasSwaRef()
      Specified by:
      hasSwaRef in interface com.sun.xml.ws.spi.db.BindingContext
    • getElementName

      public QName getElementName(Object o) throws jakarta.xml.bind.JAXBException
      Specified by:
      getElementName in interface com.sun.xml.ws.spi.db.BindingContext
      Throws:
      jakarta.xml.bind.JAXBException
    • getElementName

      public QName getElementName(Class o) throws jakarta.xml.bind.JAXBException
      Specified by:
      getElementName in interface com.sun.xml.ws.spi.db.BindingContext
      Throws:
      jakarta.xml.bind.JAXBException
    • createBridge

      public com.sun.xml.ws.spi.db.XMLBridge createBridge(com.sun.xml.ws.spi.db.TypeInfo ref)
      Specified by:
      createBridge in interface com.sun.xml.ws.spi.db.BindingContext
    • createFragmentBridge

      public com.sun.xml.ws.spi.db.XMLBridge createFragmentBridge()
      Specified by:
      createFragmentBridge in interface com.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 jakarta.xml.bind.JAXBException
      Specified by:
      getElementPropertyAccessor in interface com.sun.xml.ws.spi.db.BindingContext
      Throws:
      jakarta.xml.bind.JAXBException
    • getKnownNamespaceURIs

      public List<String> getKnownNamespaceURIs()
      Specified by:
      getKnownNamespaceURIs in interface com.sun.xml.ws.spi.db.BindingContext
    • generateSchema

      public void generateSchema(jakarta.xml.bind.SchemaOutputResolver outputResolver) throws IOException
      Specified by:
      generateSchema in interface com.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:
      getTypeName in interface com.sun.xml.ws.spi.db.BindingContext
    • getBuildId

      public String getBuildId()
      Specified by:
      getBuildId in interface com.sun.xml.ws.spi.db.BindingContext