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_NAME

    Fields inherited from interface org.mule.runtime.api.lifecycle.Stoppable

    PHASE_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    serve(org.mule.soap.api.message.SoapRequest request, SoapServerHandler handler)
     

    Methods inherited from interface org.mule.runtime.api.lifecycle.Startable

    start

    Methods inherited from interface org.mule.runtime.api.lifecycle.Stoppable

    stop