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
- Returns the Access point for the specified service Name
Field Summary |
static java.lang.String |
NAME
The name of this command. |
Method Summary |
java.lang.String |
findServiceAccessPoint(java.lang.String serviceName)
Finds the accesspoint for the given service name. |
NAME
public static final java.lang.String NAME
- The name of this command.
- See Also:
- Constant Field Values
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
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.