org.mindswap.wsdl
Class WSDLService
java.lang.Object
org.mindswap.wsdl.WSDLService
public class WSDLService
- extends java.lang.Object
Represents a WSDL service
- Author:
- Evren Sirin
|
Field Summary |
static boolean |
DEBUG
|
| Methods inherited from class java.lang.Object |
equals, 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
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.