xsul.xwsif_runtime
Class WSIFRuntime
java.lang.Object
xsul.xwsif_runtime.WSIFRuntime
- Direct Known Subclasses:
- XmlBeansWSIFRuntime
- public class WSIFRuntime
- extends java.lang.Object
This class encapsulates WSIF functionality to make *really* easy to invoke service described in WSDL.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSIFRuntime
public WSIFRuntime()
getDefault
public static WSIFRuntime getDefault()
newClient
public static WSIFClient newClient(java.lang.String wsdlLoc)
throws WSIFException
- Throws:
WSIFException
newClient
public static WSIFClient newClient(java.lang.String wsdlLoc,
java.lang.String svcloc)
throws WSIFException
- Throws:
WSIFException
newClientFor
public WSIFClient newClientFor(java.lang.String wsdlLoc,
java.lang.String portName)
throws WSIFException
- Throws:
WSIFException
newClientFor
public WSIFClient newClientFor(WsdlDefinitions def,
java.lang.String portName)
throws WSIFException
- Throws:
WSIFException
newClientFor
public WSIFClient newClientFor(WSIFPort port)
throws WSIFException
- Throws:
WSIFException
IU Extreme! Lab (http://www.extreme.indiana.edu)