Class MexClient
java.lang.Object
org.apache.axis2.client.ServiceClient
org.apache.axis2.dataretrieval.client.MexClient
-
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
ConstructorsConstructorDescriptionMexClient(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
Modifier and TypeMethodDescriptionorg.apache.axiom.om.OMElementsetupGetMetadataRequest(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 Details
-
MexClient
- 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
-
MexClient
- Throws:
AxisFault
-
-
Method Details