org.mule.example.launcher
Class HTTPResponse

java.lang.Object
  extended by org.mule.example.launcher.HTTPResponse

public class HTTPResponse
extends Object


Constructor Summary
HTTPResponse()
           
HTTPResponse(String response)
           
 
Method Summary
 String getResponse()
           
 void setResponse(String response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPResponse

public HTTPResponse()

HTTPResponse

public HTTPResponse(String response)
Method Detail

getResponse

public String getResponse()

setResponse

public void setResponse(String response)


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