Class MexClient
- java.lang.Object
-
- org.apache.axis2.client.ServiceClient
-
- org.apache.axis2.dataretrieval.client.MexClient
-
public class MexClient extends ServiceClient
-
-
Field Summary
-
Fields inherited from class org.apache.axis2.client.ServiceClient
ANON_OUT_IN_OP, ANON_OUT_ONLY_OP, ANON_ROBUST_OUT_ONLY_OP, ANON_SERVICE, AUTO_OPERATION_CLEANUP, log
-
-
Constructor Summary
Constructors Constructor Description MexClient()
MexClient(ConfigurationContext configContext, URL wsdlURL, QName wsdlServiceName, String portName)
MexClient(ConfigurationContext configContext, javax.wsdl.Definition wsdl4jDefinition, QName wsdlServiceName, String portName)
MexClient(ConfigurationContext configContext, AxisService axisService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OMElement
setupGetMetadataRequest(String dialect, String identifier)
Builds OMElement that makes up of SOAP body.-
Methods inherited from class org.apache.axis2.client.ServiceClient
addHeader, addHeader, addHeadersToEnvelope, addStringHeader, cleanup, cleanupTransport, createClient, disengageModule, engageModule, equals, finalize, fireAndForget, fireAndForget, getAxisConfiguration, getAxisService, getLastOperationContext, getMyEPR, getOptions, getOverrideOptions, getServiceContext, getTargetEPR, hashCode, removeHeaders, sendReceive, sendReceive, sendReceiveNonBlocking, sendReceiveNonBlocking, sendRobust, sendRobust, setAxisService, setOptions, setOverrideOptions, setTargetEPR
-
-
-
-
Constructor Detail
-
MexClient
public MexClient(ConfigurationContext configContext, AxisService axisService) throws AxisFault
- Throws:
AxisFault
-
MexClient
public MexClient(ConfigurationContext configContext, javax.wsdl.Definition wsdl4jDefinition, QName wsdlServiceName, String portName) throws AxisFault
- Throws:
AxisFault
-
MexClient
public MexClient(ConfigurationContext configContext, URL wsdlURL, QName wsdlServiceName, String portName) throws AxisFault
- Throws:
AxisFault
-
-