com.metamatrix.connector.xmlsource.soap
Class SoapService

java.lang.Object
  extended by org.apache.axis.client.Service
      extended by com.metamatrix.connector.xmlsource.soap.SoapService
All Implemented Interfaces:
java.io.Serializable, javax.naming.Referenceable, javax.xml.rpc.Service

public class SoapService
extends org.apache.axis.client.Service

This is SOAP Service which extends the Axis service call so that we can dynamically include the handlers into the request and response flows.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.axis.client.Service
org.apache.axis.client.Service.HandlerRegistryImpl
 
Field Summary
 
Fields inherited from class org.apache.axis.client.Service
_call
 
Constructor Summary
SoapService(org.apache.axis.wsdl.gen.Parser parser, javax.xml.namespace.QName serviceName, SecurityToken secToken)
           
 
Method Summary
protected  org.apache.axis.EngineConfiguration getEngineConfiguration()
           
 
Methods inherited from class org.apache.axis.client.Service
createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCall, getCalls, getEngine, getHandlerRegistry, getMaintainSession, getPort, getPort, getPort, getPorts, getReference, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, getWSDLService, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry, setTypeMappingVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapService

public SoapService(org.apache.axis.wsdl.gen.Parser parser,
                   javax.xml.namespace.QName serviceName,
                   SecurityToken secToken)
            throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException
Method Detail

getEngineConfiguration

protected org.apache.axis.EngineConfiguration getEngineConfiguration()
Overrides:
getEngineConfiguration in class org.apache.axis.client.Service


Copyright © 2009. All Rights Reserved.