java.lang.Object javax.xml.rpc.ServiceFactory
Service
public abstract Service createService(URL wsdlDocumentLocation, QName serviceName) throws ServiceException
public abstract Service createService(QName serviceName) throws ServiceException
public abstract Service loadService(Class serviceInterface) throws ServiceException
public abstract Service loadService(URL wsdlDocumentLocation, Class serviceInterface, Properties properties) throws ServiceException
public abstract Service loadService(URL wsdlDocumentLocation, QName serviceName, Properties properties) throws ServiceException
public static ServiceFactory newInstance() throws ServiceException
protected ServiceFactory()
public static final String SERVICEFACTORY_PROPERTY