org.apache.axis2.client
Class WSDLMEPClientBuilder
java.lang.Object
org.apache.axis2.client.WSDLMEPClientBuilder
- public class WSDLMEPClientBuilder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLMEPClientBuilder
public WSDLMEPClientBuilder(String clienthome)
throws AxisFault
createMEPClient
public MEPClient createMEPClient(String operationname)
throws AxisFault
- Throws:
AxisFault
createMEPClient
public MEPClient createMEPClient(QName endpointname,
String operationname)
throws AxisFault
- Throws:
AxisFault
createMEPClient
public MEPClient createMEPClient(QName servicename,
QName endpointname,
String operationname)
throws AxisFault
- Throws:
AxisFault
defineDescription
public void defineDescription(URL wsdlurl)
throws AxisFault
- Throws:
AxisFault
getDescription
public org.apache.wsdl.WSDLDescription getDescription()
setIsoneway
public void setIsoneway(boolean isoneway)