public class WSConsumerConfig extends AbstractAnnotatedObject implements MuleContextAware
PROPERTY_NAME| Constructor and Description |
|---|
WSConsumerConfig() |
getAnnotation, getAnnotations, setAnnotationspublic void setMuleContext(MuleContext muleContext)
setMuleContext in interface MuleContextAwarepublic MessageProcessor createOutboundMessageProcessor() throws MuleException
MuleExceptionpublic MessageProcessor createOutboundMessageProcessor(MessageProcessor messageProcessor) throws MuleException
MuleExceptionpublic String getName()
public void setName(String name)
public String getWsdlLocation()
public void setWsdlLocation(String wsdlLocation)
public String getService()
public void setService(String service)
public String getPort()
public void setPort(String port)
public String getServiceAddress()
public void setServiceAddress(String serviceAddress)
public Connector getConnector()
public void setConnector(Connector connector)
public org.mule.module.http.api.requester.HttpRequesterConfig getConnectorConfig()
public void setConnectorConfig(org.mule.module.http.api.requester.HttpRequesterConfig connectorConfig)
public WSSecurity getSecurity()
public void setSecurity(WSSecurity security)
public boolean isUseConnectorToRetrieveWsdl()
public void setUseConnectorToRetrieveWsdl(boolean useConnectorToRetrieveWsdl)
public javax.wsdl.Definition getWsdlDefinition()
throws Exception
Exceptionprotected void initializeWSDLLocator()
throws javax.wsdl.WSDLException
javax.wsdl.WSDLExceptionpublic MuleWSDLLocator getWsdlLocator() throws javax.wsdl.WSDLException
javax.wsdl.WSDLExceptionpublic String getRequestBody(javax.wsdl.Definition wsdlDefinition, javax.wsdl.BindingOperation bindingOperation) throws javax.wsdl.WSDLException
javax.wsdl.WSDLExceptionCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.