Class MockWebService
- java.lang.Object
-
- org.ow2.petals.binding.soap.listener.outgoing.MockWebService
-
public class MockWebService extends Object
- Author:
- Adrien Ruffie - EBM WebSourcing
-
-
Field Summary
Fields Modifier and Type Field Description static intHEADER_BUFFER_SIZE
-
Constructor Summary
Constructors Constructor Description MockWebService(URL serviceUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisStarted()voidonGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidonPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidstart()voidstop()
-
-
-
Field Detail
-
HEADER_BUFFER_SIZE
public static final int HEADER_BUFFER_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MockWebService
public MockWebService(URL serviceUrl)
-
-
Method Detail
-
isStarted
public final boolean isStarted()
-
start
public final void start()
-
stop
public final void stop()
-
onGet
public void onGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
onPost
public void onPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
-