org.apache.axis2.dataretrieval.client
Class MexClient

java.lang.Object
  extended byorg.apache.axis2.client.ServiceClient
      extended byorg.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
 
Constructor Summary
MexClient()
           
MexClient(ConfigurationContext configContext, AxisService axisService)
           
MexClient(ConfigurationContext configContext, javax.wsdl.Definition wsdl4jDefinition, javax.xml.namespace.QName wsdlServiceName, java.lang.String portName)
           
MexClient(ConfigurationContext configContext, java.net.URL wsdlURL, javax.xml.namespace.QName wsdlServiceName, java.lang.String portName)
           
 
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
 

Constructor Detail

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
Method Detail

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.