public class NewsAppSoapBindingStub extends org.apache.axis.client.Stub implements NewsAppSoap
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
NewsAppSoapBindingStub() |
NewsAppSoapBindingStub(javax.xml.rpc.Service service) |
NewsAppSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
NewsPostSoapDO |
createNewsPost(String sessionId,
String projectId,
String title,
String body) |
void |
deleteNewsPost(String sessionId,
String postId) |
NewsPostSoapList |
findNews(String sessionId,
String queryString,
String projectId,
boolean searchAttachments) |
NewsPostSoapList |
getAllNewsPostList(String sessionId) |
NewsPostSoapList |
getNewsPostList(String sessionId,
String projectId) |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic NewsAppSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic NewsAppSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic NewsAppSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic NewsPostSoapDO createNewsPost(String sessionId, String projectId, String title, String body) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createNewsPost in interface NewsAppSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void deleteNewsPost(String sessionId, String postId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
deleteNewsPost in interface NewsAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic NewsPostSoapList getNewsPostList(String sessionId, String projectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getNewsPostList in interface NewsAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic NewsPostSoapList getAllNewsPostList(String sessionId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getAllNewsPostList in interface NewsAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic NewsPostSoapList findNews(String sessionId, String queryString, String projectId, boolean searchAttachments) throws RemoteException, SearchQuerySyntaxFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
findNews in interface NewsAppSoapRemoteExceptionSearchQuerySyntaxFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultCopyright © 2004-2014 Hudson. All Rights Reserved.