org.mindswap.wsdl
Class WSDLService

java.lang.Object
  extended by org.mindswap.wsdl.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)
           
 
Method Summary
static WSDLService createService(java.lang.String wsdlLoc)
           
static WSDLService createService(java.net.URI wsdlLoc)
           
 java.net.URI getFileURI()
           
 WSDLOperation getOperation(java.lang.String opName)
           
 java.util.List getOperations()
           
 
Methods inherited from class java.lang.Object
equals, 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
Method Detail

createService

public static WSDLService createService(java.lang.String wsdlLoc)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

createService

public static WSDLService createService(java.net.URI wsdlLoc)
                                 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 © 2004 Evren Sirin. All Rights Reserved.