uk.ac.soton.ecs.grimoires.proxy.ws
Class GrimoiresjUDDIWebServiceProxyFactory

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.proxy.GrimoiresProxyFactory
      extended byuk.ac.soton.ecs.grimoires.proxy.ws.GrimoiresWebServiceProxyFactory
          extended byuk.ac.soton.ecs.grimoires.proxy.ws.GrimoiresjUDDIWebServiceProxyFactory
All Implemented Interfaces:
GrimoiresConstants

public class GrimoiresjUDDIWebServiceProxyFactory
extends GrimoiresWebServiceProxyFactory

A GrimoiresProxy factory that creates a GrimoiresProxy on behalf of a deployed jUDDI web service.

Author:
wf

Field Summary
 
Fields inherited from class uk.ac.soton.ecs.grimoires.proxy.GrimoiresProxyFactory
logger
 
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
 
Constructor Summary
GrimoiresjUDDIWebServiceProxyFactory()
           
 
Method Summary
 GrimoiresProxy createProxy(String juddiLocation, String userID, String cred)
           
 
Methods inherited from class uk.ac.soton.ecs.grimoires.proxy.ws.GrimoiresWebServiceProxyFactory
createProxy
 
Methods inherited from class uk.ac.soton.ecs.grimoires.proxy.GrimoiresProxyFactory
abort, getMetadataInquireEndpoint, getMetadataPublishEndpoint, getRDFEndpoint, getUDDIInquireEndpoint, getUDDIPublishEndpoint, getWSDLEndpoint, processGrimoiresLocation, verifyGrimoiresService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrimoiresjUDDIWebServiceProxyFactory

public GrimoiresjUDDIWebServiceProxyFactory()
Method Detail

createProxy

public GrimoiresProxy createProxy(String juddiLocation,
                                  String userID,
                                  String cred)
Parameters:
juddiLocation -
userID -
cred -
Returns: