org.mule.api.callback
Interface HttpCallback

All Superinterfaces:
MuleContextAware, Startable, Stoppable
All Known Implementing Classes:
DefaultHttpCallback

public interface HttpCallback
extends Startable, Stoppable, MuleContextAware

Base interface for components that publish a http callback.


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Method Summary
 String getUrl()
           
 
Methods inherited from interface org.mule.api.lifecycle.Startable
start
 
Methods inherited from interface org.mule.api.lifecycle.Stoppable
stop
 
Methods inherited from interface org.mule.api.context.MuleContextAware
setMuleContext
 

Method Detail

getUrl

String getUrl()
Returns:
the url that the callback is listening on


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.