org.apache.axis2.client
Class WSDLMEPClientBuilder

java.lang.Object
  extended byorg.apache.axis2.client.WSDLMEPClientBuilder

public class WSDLMEPClientBuilder
extends Object


Constructor Summary
WSDLMEPClientBuilder(String clienthome)
           
 
Method Summary
 MEPClient createMEPClient(QName servicename, QName endpointname, String operationname)
           
 MEPClient createMEPClient(QName endpointname, String operationname)
           
 MEPClient createMEPClient(String operationname)
           
 void defineDescription(URL wsdlurl)
           
 org.apache.wsdl.WSDLDescription getDescription()
           
 void setIsoneway(boolean isoneway)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLMEPClientBuilder

public WSDLMEPClientBuilder(String clienthome)
                     throws AxisFault
Method Detail

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)