org.apache.axis2.dataretrieval.client
Class MexClient
java.lang.Object
org.apache.axis2.client.ServiceClient
org.apache.axis2.dataretrieval.client.MexClient
- public class MexClient
- extends ServiceClient
Method Summary |
org.apache.axiom.om.OMElement |
setupGetMetadataRequest(java.lang.String dialect,
java.lang.String identifier)
Builds OMElement that makes up of SOAP body. |
Methods inherited from class org.apache.axis2.client.ServiceClient |
addHeader, addHeader, addHeadersToEnvelope, addStringHeader, cleanup, createClient, disengageModule, disengageModule, engageModule, engageModule, finalize, fireAndForget, fireAndForget, getAxisService, getLastOperationContext, getMyEPR, getOptions, getOverrideOptions, getServiceContext, getTargetEPR, removeHeaders, sendReceive, sendReceive, sendReceiveNonBlocking, sendReceiveNonBlocking, sendRobust, sendRobust, setAxisService, setCachingOperationContext, setOptions, setOverrideOptions, setTargetEPR |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MexClient
public MexClient(ConfigurationContext configContext,
AxisService axisService)
throws AxisFault
MexClient
public MexClient(ConfigurationContext configContext,
javax.wsdl.Definition wsdl4jDefinition,
javax.xml.namespace.QName wsdlServiceName,
java.lang.String portName)
throws AxisFault
MexClient
public MexClient(ConfigurationContext configContext,
java.net.URL wsdlURL,
javax.xml.namespace.QName wsdlServiceName,
java.lang.String portName)
throws AxisFault
MexClient
public MexClient()
throws AxisFault
setupGetMetadataRequest
public org.apache.axiom.om.OMElement setupGetMetadataRequest(java.lang.String dialect,
java.lang.String identifier)
throws AxisFault
- Builds OMElement that makes up of SOAP body.
- Throws:
AxisFault
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.