org.mule.module.ws.consumer
Class WSConsumerConfig

java.lang.Object
  extended by org.mule.module.ws.consumer.WSConsumerConfig
All Implemented Interfaces:
MuleContextAware

public class WSConsumerConfig
extends Object
implements MuleContextAware


Constructor Summary
WSConsumerConfig()
           
 
Method Summary
 OutboundEndpoint createOutboundEndpoint()
          Creates an outbound endpoint for the service address.
 Connector getConnector()
           
 String getName()
           
 String getPort()
           
 WSSecurity getSecurity()
           
 String getService()
           
 String getServiceAddress()
           
 String getWsdlLocation()
           
 void setConnector(Connector connector)
           
 void setMuleContext(MuleContext muleContext)
           
 void setName(String name)
           
 void setPort(String port)
           
 void setSecurity(WSSecurity security)
           
 void setService(String service)
           
 void setServiceAddress(String serviceAddress)
           
 void setWsdlLocation(String wsdlLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSConsumerConfig

public WSConsumerConfig()
Method Detail

setMuleContext

public void setMuleContext(MuleContext muleContext)
Specified by:
setMuleContext in interface MuleContextAware

createOutboundEndpoint

public OutboundEndpoint createOutboundEndpoint()
                                        throws MuleException
Creates an outbound endpoint for the service address.

Throws:
MuleException

getName

public String getName()

setName

public void setName(String name)

getWsdlLocation

public String getWsdlLocation()

setWsdlLocation

public void setWsdlLocation(String wsdlLocation)

getService

public String getService()

setService

public void setService(String service)

getPort

public String getPort()

setPort

public void setPort(String port)

getServiceAddress

public String getServiceAddress()

setServiceAddress

public void setServiceAddress(String serviceAddress)

getConnector

public Connector getConnector()

setConnector

public void setConnector(Connector connector)

getSecurity

public WSSecurity getSecurity()

setSecurity

public void setSecurity(WSSecurity security)


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