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:
MessageRequesterFactory

public class AxisMessageRequesterFactory
extends AbstractMessageRequesterFactory

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


Constructor Summary
AxisMessageRequesterFactory()
           
 
Method Summary
 MessageRequester create(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 MessageRequester create(InboundEndpoint endpoint)
                        throws MuleException
Specified by:
create in interface MessageRequesterFactory
Specified by:
create in class AbstractMessageRequesterFactory
Throws:
MuleException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.