| org.apache.cxf.binding.http.AbstractRestTest
All known Subclasses: org.apache.cxf.binding.http.bare.UserServiceTest, org.apache.cxf.binding.http.wrapped.WrappedServiceTest, org.apache.cxf.binding.http.bare.ClientTest, org.apache.cxf.binding.http.bare.BareServiceTest, org.apache.cxf.binding.http.mtom.MtomTest,
AbstractRestTest | abstract public class AbstractRestTest extends AbstractCXFTest (Code) | | |
Field Summary | |
boolean | debug |
Method Summary | |
protected Bus | createBus() | protected Document | doMethod(String urlStr, String message, String method) | protected Document | doMethod(String urlStr, String message, String method, String ct) | protected byte[] | doMethodBytes(String urlStr, String message, String method, String ct) | protected Document | get(String urlStr) | protected Document | get(String urlStr, Integer resCode) | protected Document | post(String urlStr, String message) | protected Document | put(String urlStr, String message) |
|
|