public class SoapCxfServer extends Object implements SoapServer
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_STATUS_PROTOCOL_HEADER |
static String |
STATUS_CODE |
| Constructor and Description |
|---|
SoapCxfServer(org.apache.cxf.endpoint.Server server,
org.mule.wsdl.parser.model.PortModel portModel,
boolean mtomEnabled,
boolean validationEnabled,
ValidationLevel validationLevel) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPort() |
org.apache.cxf.endpoint.Server |
getServer() |
QName |
getService() |
SoapResponse |
serve(org.mule.runtime.soap.api.message.SoapRequest request,
SoapServerHandler handler) |
void |
start() |
void |
stop() |
public static final String STATUS_CODE
public static final String HTTP_STATUS_PROTOCOL_HEADER
public SoapCxfServer(org.apache.cxf.endpoint.Server server,
org.mule.wsdl.parser.model.PortModel portModel,
boolean mtomEnabled,
boolean validationEnabled,
ValidationLevel validationLevel)
public SoapResponse serve(org.mule.runtime.soap.api.message.SoapRequest request, SoapServerHandler handler)
serve in interface SoapServerpublic String getPort()
getPort in interface SoapServerpublic QName getService()
getService in interface SoapServerpublic org.apache.cxf.endpoint.Server getServer()
public void start()
start in interface org.mule.runtime.api.lifecycle.Startablepublic void stop()
stop in interface org.mule.runtime.api.lifecycle.StoppableCopyright © 2025. All rights reserved.