public class ServiceImpl extends Object
Constructor and Description |
---|
ServiceImpl() |
ServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
Action |
checkAction(org.apache.http.HttpResponse response) |
void |
checkFault(org.apache.http.HttpResponse response) |
HttpConnection |
getConnection() |
String |
getPath() |
void |
throwError(org.apache.http.HttpResponse response,
Fault fault) |
public ServiceImpl()
public ServiceImpl(HttpConnection connection, String path)
public void checkFault(org.apache.http.HttpResponse response)
public Action checkAction(org.apache.http.HttpResponse response)
public void throwError(org.apache.http.HttpResponse response, Fault fault)
public HttpConnection getConnection()
public String getPath()
Copyright © 2016. All rights reserved.