Package org.mule.soapkit.soap.api.server
Interface SoapServer
- All Superinterfaces:
org.mule.runtime.api.lifecycle.Startable,org.mule.runtime.api.lifecycle.Stoppable
- All Known Implementing Classes:
SoapCxfServer
public interface SoapServer
extends org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable
-
Field Summary
Fields inherited from interface org.mule.runtime.api.lifecycle.Startable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Stoppable
PHASE_NAME -
Method Summary
Modifier and TypeMethodDescriptiongetPort()serve(org.mule.soap.api.message.SoapRequest request, SoapServerHandler handler) Methods inherited from interface org.mule.runtime.api.lifecycle.Startable
startMethods inherited from interface org.mule.runtime.api.lifecycle.Stoppable
stop