KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > rpc > ServiceFactory

javax.xml.rpc
Class ServiceFactory

java.lang.Object
  extended byjavax.xml.rpc.ServiceFactory
See Also:
Top Examples, Source Code, Service

public abstract Service createService(URL wsdlDocumentLocation,
                                      QName serviceName)
                               throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Service createService(QName serviceName)
                               throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Service loadService(Class serviceInterface)
                             throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Service loadService(URL wsdlDocumentLocation,
                                    Class serviceInterface,
                                    Properties properties)
                             throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Service loadService(URL wsdlDocumentLocation,
                                    QName serviceName,
                                    Properties properties)
                             throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ServiceFactory newInstance()
                                  throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected ServiceFactory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SERVICEFACTORY_PROPERTY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags