Uses of Interface
org.mule.soapkit.soap.message.SoapResponse
Packages that use SoapResponse
Package
Description
-
Uses of SoapResponse in org.mule.soapkit.soap.api.server
Methods in org.mule.soapkit.soap.api.server that return SoapResponseModifier and TypeMethodDescriptionSoapServerHandler.handle(org.mule.soap.api.message.SoapRequest request) Handles a given requestSoapServer.serve(org.mule.soap.api.message.SoapRequest request, SoapServerHandler handler) -
Uses of SoapResponse in org.mule.soapkit.soap.message
Classes in org.mule.soapkit.soap.message that implement SoapResponseModifier and TypeClassDescriptionclassfinal classEmptySoapResponseimplementation.final classImmutableSoapResponseimplementation. -
Uses of SoapResponse in org.mule.soapkit.soap.server
Methods in org.mule.soapkit.soap.server that return SoapResponseModifier and TypeMethodDescriptionSoapCxfServer.serve(org.mule.soap.api.message.SoapRequest request, SoapServerHandler handler)