org.mule.transport.soap.axis
Class AxisMessageRequesterFactory

java.lang.Object
  extended by org.mule.transport.AbstractMessageRequesterFactory
      extended by org.mule.transport.soap.axis.AxisMessageRequesterFactory
All Implemented Interfaces:
org.mule.api.transport.MessageRequesterFactory

public class AxisMessageRequesterFactory
extends org.mule.transport.AbstractMessageRequesterFactory

AxisMessageRequesterFactory creates an AxisMessageRequester, used for making SOAP calls using the Axis stack.


Constructor Summary
AxisMessageRequesterFactory()
           
 
Method Summary
 org.mule.api.transport.MessageRequester create(org.mule.api.endpoint.InboundEndpoint endpoint)
           
 
Methods inherited from class org.mule.transport.AbstractMessageRequesterFactory
activate, destroy, isCreateRequesterPerRequest, passivate, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxisMessageRequesterFactory

public AxisMessageRequesterFactory()
Method Detail

create

public org.mule.api.transport.MessageRequester create(org.mule.api.endpoint.InboundEndpoint endpoint)
                                               throws org.mule.api.MuleException
Specified by:
create in interface org.mule.api.transport.MessageRequesterFactory
Specified by:
create in class org.mule.transport.AbstractMessageRequesterFactory
Throws:
org.mule.api.MuleException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.