com.ibm.commerce.webservice.utils
Interface WSDLFinderCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
WSDLFinderCmdImpl

public interface WSDLFinderCmd
extends TaskCommand

This interface tries to parse local WSDL files and retrieve service access points

  1. Returns the Access point for the specified service Name

Field Summary
static java.lang.String NAME
The name of this command.
Fields inherited from interface com.ibm.commerce.command.TaskCommand
COPYRIGHT
Method Summary
java.lang.String findServiceAccessPoint(java.lang.String serviceName) Finds the accesspoint for the given service name.
Field Detail

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values
Method Detail

findServiceAccessPoint

public java.lang.String findServiceAccessPoint(java.lang.String serviceName)
Finds the accesspoint for the given service name.
Parameters:
serviceName - the service name of the target webservice
Returns:
accesspoint the accesspoint for the given service name

Feedback