Uses of Class
javax.xml.ws.Service
-
Packages that use Service 软件包 描述 javax.xml.ws 此软件包包含核心JAX-WS API。javax.xml.ws.spi 此套件为JAX-WS定义了SPI。 -
-
Uses of Service in javax.xml.ws
Methods in javax.xml.ws that return Service Modifier and Type 方法 描述 static Service
Service. create(URL wsdlDocumentLocation, QName serviceName)
创建一个Service
实例。static Service
Service. create(URL wsdlDocumentLocation, QName serviceName, WebServiceFeature... features)
创建一个Service
实例。static Service
Service. create(QName serviceName)
创建一个Service
实例。static Service
Service. create(QName serviceName, WebServiceFeature... features)
创建一个Service
实例。 -
Uses of Service in javax.xml.ws.spi
Method parameters in javax.xml.ws.spi with type arguments of type Service Modifier and Type 方法 描述 abstract ServiceDelegate
Provider. createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class<? extends Service> serviceClass)
创建服务委托对象。ServiceDelegate
Provider. createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class<? extends Service> serviceClass, WebServiceFeature... features)
创建服务委托对象。
-