uk.ac.soton.ecs.grimoires.proxy.ws
Class GrimoiresWebServiceProxyFactory
java.lang.Object
uk.ac.soton.ecs.grimoires.proxy.GrimoiresProxyFactory
uk.ac.soton.ecs.grimoires.proxy.ws.GrimoiresWebServiceProxyFactory
- All Implemented Interfaces:
- GrimoiresConstants
- Direct Known Subclasses:
- FindServiceWorker.KeepingTryingGrimoiresWSProxyFactory, GrimoiresjUDDIWebServiceProxyFactory
- public class GrimoiresWebServiceProxyFactory
- extends GrimoiresProxyFactory
A GrimoiresProxy factory that creates a GrimoiresProxy
on behalf of a deployed Grimoires web service.
- Author:
- wf
| Fields inherited from interface uk.ac.soton.ecs.grimoires.proxy.GrimoiresConstants |
DEFAULT_GRIMOIRES_LOCATION, DEFAULT_UDDI_AUTHINFO, GRIMOIRES_PROXY_ABNORMAL_EXIT_CODE, METADATA_INQUIRE_PATH, METADATA_PUBLISH_PATH, RDF_PATH, UDDI_GENERIC, UDDI_INQUIRE_PATH, UDDI_PUBLISH_PATH, UDDI_SUCCESS_CODE, UDDI_WILDCARD, WSDL_PATH, WSDL_SPEC_KEYED_REFERENCE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrimoiresWebServiceProxyFactory
public GrimoiresWebServiceProxyFactory()
createProxy
public GrimoiresProxy createProxy(String grimoiresLocation)
- Specified by:
createProxy in class GrimoiresProxyFactory
- Parameters:
grimoiresLocation - Grimoires location in the form like "http://localhost:8080/grimoires/services/".
Can be null in WS then the default value is used.
Can be null in BL.
- Returns: