public class JAXWS extends Object
| 构造器和说明 |
|---|
JAXWS() |
public static <T> T client(Class<T> clazz, String address, String namespaceURI, String localPart)
clazz - the webservice interface, as use WebService annotationaddress - the wsdl url like as http://ip:port/ws/webserviceName?wsdlnamespaceURI - the targetNamespace of element <wsdl:definitions> attributelocalPart - the name of element <wsdl:definitions> attributeCopyright © 2023. All rights reserved.