hudson.plugins.sfee.webservice
Class NewsAppSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
hudson.plugins.sfee.webservice.NewsAppSoapBindingStub
- All Implemented Interfaces:
- NewsAppSoap, Remote, javax.xml.rpc.Stub
public class NewsAppSoapBindingStub
- extends org.apache.axis.client.Stub
- implements NewsAppSoap
| Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
| Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
| Methods inherited from class org.apache.axis.client.Stub |
_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, setUsername |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewsAppSoapBindingStub
public NewsAppSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
NewsAppSoapBindingStub
public NewsAppSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
NewsAppSoapBindingStub
public NewsAppSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws RemoteException
- Throws:
RemoteException
createNewsPost
public NewsPostSoapDO createNewsPost(String sessionId,
String projectId,
String title,
String body)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
createNewsPost in interface NewsAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
deleteNewsPost
public void deleteNewsPost(String sessionId,
String postId)
throws RemoteException,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
deleteNewsPost in interface NewsAppSoap
- Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
getNewsPostList
public NewsPostSoapList getNewsPostList(String sessionId,
String projectId)
throws RemoteException,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
getNewsPostList in interface NewsAppSoap
- Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
getAllNewsPostList
public NewsPostSoapList getAllNewsPostList(String sessionId)
throws RemoteException,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
getAllNewsPostList in interface NewsAppSoap
- Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
findNews
public NewsPostSoapList findNews(String sessionId,
String queryString,
String projectId,
boolean searchAttachments)
throws RemoteException,
SearchQuerySyntaxFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
findNews in interface NewsAppSoap
- Throws:
RemoteException
SearchQuerySyntaxFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
Copyright © 2004-2012 Hudson. All Rights Reserved.