Class JAXBContextWrapper

  • All Implemented Interfaces:
    com.sun.xml.ws.spi.db.BindingContext

    public class JAXBContextWrapper
    extends Object
    implements com.sun.xml.ws.spi.db.BindingContext
    • Method Detail

      • getBuildId

        public String getBuildId()
        Specified by:
        getBuildId in interface com.sun.xml.ws.spi.db.BindingContext
      • 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
      • createMarshaller

        public Marshaller createMarshaller()
                                    throws JAXBException
        Specified by:
        createMarshaller in interface com.sun.xml.ws.spi.db.BindingContext
        Throws:
        JAXBException
      • createUnmarshaller

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

        public QName getElementName​(Class cls)
                             throws JAXBException
        Specified by:
        getElementName in interface com.sun.xml.ws.spi.db.BindingContext
        Throws:
        JAXBException
      • getElementPropertyAccessor

        public <B,​V> com.sun.xml.ws.spi.db.PropertyAccessor<B,​V> getElementPropertyAccessor​(Class<B> wrapperBean,
                                                                                                        String ns,
                                                                                                        String name)
                                                                                                 throws JAXBException
        Specified by:
        getElementPropertyAccessor in interface com.sun.xml.ws.spi.db.BindingContext
        Throws:
        JAXBException
      • getJAXBContext

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

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

        public QName getTypeName​(com.sun.xml.ws.spi.db.TypeInfo tr)
        Specified by:
        getTypeName 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