类 LocalJaxWsServiceFactory

    • 方法详细资料

      • getWsdlDocumentUrl

        public URL getWsdlDocumentUrl()
        Return the URL of the WSDL document that describes the service.
      • setNamespaceUri

        public void setNamespaceUri​(String namespaceUri)
        Set the namespace URI of the service. Corresponds to the WSDL "targetNamespace".
      • setServiceName

        public void setServiceName​(String serviceName)
        Set the name of the service to look up. Corresponds to the "wsdl:service" name.
      • setServiceFeatures

        public void setServiceFeatures​(WebServiceFeature... serviceFeatures)
        Specify WebServiceFeature objects (e.g. as inner bean definitions) to apply to JAX-WS service creation.

        Note: This mechanism requires JAX-WS 2.2 or higher.

        从以下版本开始:
        4.0
        另请参阅:
        Service#create(QName, WebServiceFeature...)
      • setExecutor

        public void setExecutor​(Executor executor)
        Set the JDK concurrent executor to use for asynchronous executions that require callbacks.
        另请参阅:
        javax.xml.ws.Service#setExecutor
      • setHandlerResolver

        public void setHandlerResolver​(HandlerResolver handlerResolver)
        Set the JAX-WS HandlerResolver to use for all proxies and dispatchers created through this factory.
        另请参阅:
        javax.xml.ws.Service#setHandlerResolver