uk.ac.soton.itinnovation.wsdlutils
Class WSDLService

java.lang.Object
  extended by 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)
           
 
Method Summary
static WSDLService createService(java.lang.String wsdlLoc)
           
static WSDLService createService(java.lang.String wsdlLoc, java.lang.String conf)
           
static WSDLService createService(java.net.URI wsdlLoc, java.lang.String conf)
           
 java.net.URI getFileURI()
           
 WSDLOperation getOperation(java.lang.String opName)
           
 java.util.List getOperations()
           
 void setConfiguration(java.lang.String confFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
Constructor Detail

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
Method Detail

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.