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)
          Creates a new message requester instance, initialised with the passed 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
Description copied from interface: MessageRequesterFactory
Creates a new message requester instance, initialised with the passed endpoint. The returned instance should be immediately useable.

Specified by:
create in interface MessageRequesterFactory
Specified by:
create in class AbstractMessageRequesterFactory
Parameters:
endpoint - the endoint for which this requester should be created
Returns:
a properly created MessageRequester for this transport
Throws:
MuleException - if the requester cannot be created


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