@Deprecated public class WSProxyService extends Object implements org.mule.api.lifecycle.Callable, org.mule.api.service.ServiceAware, org.mule.api.lifecycle.Initialisable
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger
Deprecated.
|
| Constructor and Description |
|---|
WSProxyService()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getWsdlEndpoint()
Deprecated.
|
String |
getWsdlFile()
Deprecated.
|
void |
initialise()
Deprecated.
|
protected boolean |
isInitialized()
Deprecated.
|
Object |
onCall(org.mule.api.MuleEventContext eventContext)
Deprecated.
|
void |
setService(org.mule.api.service.Service service)
Deprecated.
|
void |
setWsdlEndpoint(String urlWsdl)
Deprecated.
|
void |
setWsdlFile(String wsdlFile)
Deprecated.
|
public String getWsdlEndpoint()
public void setWsdlEndpoint(String urlWsdl)
urlWsdl - Sets the property urlWsdl (the url of the WSDL of the web
service)public String getWsdlFile()
public void setWsdlFile(String wsdlFile)
wsdlFile - sets the location of the local wsdl fileprotected boolean isInitialized()
public Object onCall(org.mule.api.MuleEventContext eventContext) throws Exception
onCall in interface org.mule.api.lifecycle.CallableExceptionpublic void setService(org.mule.api.service.Service service)
setService in interface org.mule.api.service.ServiceAwarepublic void initialise()
throws org.mule.api.lifecycle.InitialisationException
initialise in interface org.mule.api.lifecycle.Initialisableorg.mule.api.lifecycle.InitialisationExceptionCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.