uk.ac.soton.itinnovation.wsdlutils
Class WSDLService
java.lang.Object
uk.ac.soton.itinnovation.wsdlutils.WSDLService
public class WSDLService
- extends java.lang.Object
Represents a WSDL service
- Author:
- Evren Sirin
Field Summary |
static boolean |
DEBUG
|
Constructor Summary |
WSDLService(java.net.URI wsdlURL)
|
WSDLService(java.net.URI wsdlURL,
java.lang.String conf)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static boolean DEBUG
WSDLService
public WSDLService(java.net.URI wsdlURL)
throws java.lang.Exception
- Throws:
java.lang.Exception
WSDLService
public WSDLService(java.net.URI wsdlURL,
java.lang.String conf)
throws java.lang.Exception
- Throws:
java.lang.Exception
setConfiguration
public void setConfiguration(java.lang.String confFile)
createService
public static WSDLService createService(java.lang.String wsdlLoc)
throws java.lang.Exception
- Throws:
java.lang.Exception
createService
public static WSDLService createService(java.lang.String wsdlLoc,
java.lang.String conf)
throws java.lang.Exception
- Throws:
java.lang.Exception
createService
public static WSDLService createService(java.net.URI wsdlLoc,
java.lang.String conf)
throws java.lang.Exception
- Throws:
java.lang.Exception
getFileURI
public java.net.URI getFileURI()
getOperations
public java.util.List getOperations()
getOperation
public WSDLOperation getOperation(java.lang.String opName)
Copyright © 2006-2008 IT Innovation Centre, University of Southampton. All Rights Reserved.