|
Oracle Application Server Wireless J2ME SDK API Reference B14045-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.wireless.me.core.ServiceFactory
ServiceFactory class provides a factory for the creation of Service objects, which represent web services.
Service| Method Summary | |
Service |
createService(java.lang.String url,
java.lang.String serviceName)
Deprecated. Use the method that specifies the namespace: createService(String, String, String). |
Service |
createService(java.lang.String url,
java.lang.String namespace,
java.lang.String serviceName)
Creates a Service object in the given namespace for sending service requests to iAS Wireless J2ME Proxy Server. |
static ServiceFactory |
getInstance()
Get an instance of ServiceFactory. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ServiceFactory getInstance()
public Service createService(java.lang.String url,
java.lang.String serviceName)
createService(String, String, String).
url - String containing the URL to the J2ME proxy server where this web service is registeredserviceName - String containing the name of the Service to create.
public Service createService(java.lang.String url,
java.lang.String namespace,
java.lang.String serviceName)
url - String containing the URL to the J2ME proxy server where this web service is registerednamespace - String containing the namespace of the Service.serviceName - String containing the name of the Service to create.
|
Oracle Application Server Wireless J2ME SDK API Reference B14045-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||