com.trackstudio.soap.client
Class FindAxis12ShamanismSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.trackstudio.soap.client.FindAxis12ShamanismSoapBindingStub
All Implemented Interfaces:
Find, java.rmi.Remote, javax.xml.rpc.Stub

public class FindAxis12ShamanismSoapBindingStub
extends org.apache.axis.client.Stub
implements Find


Field Summary
 
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
 
Constructor Summary
FindAxis12ShamanismSoapBindingStub()
           
FindAxis12ShamanismSoapBindingStub(javax.xml.rpc.Service service)
           
FindAxis12ShamanismSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 AclBean findAclById(java.lang.String sessionId, java.lang.String aclId)
           
 AttachmentBean findAttachmentById(java.lang.String sessionId, java.lang.String attachmentId)
           
 CategoryBean findCategoryById(java.lang.String sessionId, java.lang.String categoryId)
           
 ContentTypeBean findContentTypeById(java.lang.String sessionId, java.lang.String contentTypeId)
           
 EmailTypeBean findEmailTypeById(java.lang.String sessionId, java.lang.String emailTypeId)
           
 FilterBean findFilterById(java.lang.String sessionId, java.lang.String filterId)
           
 FilterTypeBean findFilterTypeById(java.lang.String sessionId, java.lang.String filterTypeId)
           
 MailImportBean findMailImportById(java.lang.String sessionId, java.lang.String mailImportId)
           
 MessageBean findMessageById(java.lang.String sessionId, java.lang.String messageId)
           
 MstatusBean findMstatusById(java.lang.String sessionId, java.lang.String mstatusId)
           
 NotificationBean findNotificationById(java.lang.String sessionId, java.lang.String notificationId)
           
 PriorityBean findPriorityById(java.lang.String sessionId, java.lang.String priorityId)
           
 PrstatusBean findPrstatusById(java.lang.String sessionId, java.lang.String prstatusId)
           
 RegistrationBean findRegistrationById(java.lang.String sessionId, java.lang.String registrationId)
           
 ReportBean findReportById(java.lang.String sessionId, java.lang.String reportId)
           
 ResolutionBean findResolutionById(java.lang.String sessionId, java.lang.String resolutionId)
           
 ScriptBean findScriptById(java.lang.String sessionId, java.lang.String scriptId)
           
 StatusBean findStatusById(java.lang.String sessionId, java.lang.String statusId)
           
 SubscriberBean findSubscriberById(java.lang.String sessionId, java.lang.String subscriberId)
           
 TaskBean findTaskById(java.lang.String sessionId, java.lang.String taskId)
           
 TransitionBean findTransitionById(java.lang.String sessionId, java.lang.String transitionId)
           
 UdfBean findUDFById(java.lang.String sessionId, java.lang.String udfId)
           
 UdflistBean findUdflistById(java.lang.String sessionId, java.lang.String udflistId)
           
 UserBean findUserById(java.lang.String sessionId, java.lang.String userId)
           
 WorkflowBean findWorkflowById(java.lang.String sessionId, java.lang.String workflowId)
           
 java.lang.String quickGoHandler(java.lang.String sessionId, java.lang.String key)
           
 
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
 

Constructor Detail

FindAxis12ShamanismSoapBindingStub

public FindAxis12ShamanismSoapBindingStub()
                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

FindAxis12ShamanismSoapBindingStub

public FindAxis12ShamanismSoapBindingStub(java.net.URL endpointURL,
                                          javax.xml.rpc.Service service)
                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

FindAxis12ShamanismSoapBindingStub

public FindAxis12ShamanismSoapBindingStub(javax.xml.rpc.Service service)
                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

findAttachmentById

public AttachmentBean findAttachmentById(java.lang.String sessionId,
                                         java.lang.String attachmentId)
                                  throws java.rmi.RemoteException
Specified by:
findAttachmentById in interface Find
Throws:
java.rmi.RemoteException

findCategoryById

public CategoryBean findCategoryById(java.lang.String sessionId,
                                     java.lang.String categoryId)
                              throws java.rmi.RemoteException
Specified by:
findCategoryById in interface Find
Throws:
java.rmi.RemoteException

findNotificationById

public NotificationBean findNotificationById(java.lang.String sessionId,
                                             java.lang.String notificationId)
                                      throws java.rmi.RemoteException
Specified by:
findNotificationById in interface Find
Throws:
java.rmi.RemoteException

findContentTypeById

public ContentTypeBean findContentTypeById(java.lang.String sessionId,
                                           java.lang.String contentTypeId)
                                    throws java.rmi.RemoteException
Specified by:
findContentTypeById in interface Find
Throws:
java.rmi.RemoteException

findEmailTypeById

public EmailTypeBean findEmailTypeById(java.lang.String sessionId,
                                       java.lang.String emailTypeId)
                                throws java.rmi.RemoteException
Specified by:
findEmailTypeById in interface Find
Throws:
java.rmi.RemoteException

findFilterById

public FilterBean findFilterById(java.lang.String sessionId,
                                 java.lang.String filterId)
                          throws java.rmi.RemoteException
Specified by:
findFilterById in interface Find
Throws:
java.rmi.RemoteException

findFilterTypeById

public FilterTypeBean findFilterTypeById(java.lang.String sessionId,
                                         java.lang.String filterTypeId)
                                  throws java.rmi.RemoteException
Specified by:
findFilterTypeById in interface Find
Throws:
java.rmi.RemoteException

findMailImportById

public MailImportBean findMailImportById(java.lang.String sessionId,
                                         java.lang.String mailImportId)
                                  throws java.rmi.RemoteException
Specified by:
findMailImportById in interface Find
Throws:
java.rmi.RemoteException

findMessageById

public MessageBean findMessageById(java.lang.String sessionId,
                                   java.lang.String messageId)
                            throws java.rmi.RemoteException
Specified by:
findMessageById in interface Find
Throws:
java.rmi.RemoteException

findMstatusById

public MstatusBean findMstatusById(java.lang.String sessionId,
                                   java.lang.String mstatusId)
                            throws java.rmi.RemoteException
Specified by:
findMstatusById in interface Find
Throws:
java.rmi.RemoteException

findPriorityById

public PriorityBean findPriorityById(java.lang.String sessionId,
                                     java.lang.String priorityId)
                              throws java.rmi.RemoteException
Specified by:
findPriorityById in interface Find
Throws:
java.rmi.RemoteException

findPrstatusById

public PrstatusBean findPrstatusById(java.lang.String sessionId,
                                     java.lang.String prstatusId)
                              throws java.rmi.RemoteException
Specified by:
findPrstatusById in interface Find
Throws:
java.rmi.RemoteException

findAclById

public AclBean findAclById(java.lang.String sessionId,
                           java.lang.String aclId)
                    throws java.rmi.RemoteException
Specified by:
findAclById in interface Find
Throws:
java.rmi.RemoteException

findReportById

public ReportBean findReportById(java.lang.String sessionId,
                                 java.lang.String reportId)
                          throws java.rmi.RemoteException
Specified by:
findReportById in interface Find
Throws:
java.rmi.RemoteException

findResolutionById

public ResolutionBean findResolutionById(java.lang.String sessionId,
                                         java.lang.String resolutionId)
                                  throws java.rmi.RemoteException
Specified by:
findResolutionById in interface Find
Throws:
java.rmi.RemoteException

findStatusById

public StatusBean findStatusById(java.lang.String sessionId,
                                 java.lang.String statusId)
                          throws java.rmi.RemoteException
Specified by:
findStatusById in interface Find
Throws:
java.rmi.RemoteException

findSubscriberById

public SubscriberBean findSubscriberById(java.lang.String sessionId,
                                         java.lang.String subscriberId)
                                  throws java.rmi.RemoteException
Specified by:
findSubscriberById in interface Find
Throws:
java.rmi.RemoteException

findTaskById

public TaskBean findTaskById(java.lang.String sessionId,
                             java.lang.String taskId)
                      throws java.rmi.RemoteException
Specified by:
findTaskById in interface Find
Throws:
java.rmi.RemoteException

findTransitionById

public TransitionBean findTransitionById(java.lang.String sessionId,
                                         java.lang.String transitionId)
                                  throws java.rmi.RemoteException
Specified by:
findTransitionById in interface Find
Throws:
java.rmi.RemoteException

findUdflistById

public UdflistBean findUdflistById(java.lang.String sessionId,
                                   java.lang.String udflistId)
                            throws java.rmi.RemoteException
Specified by:
findUdflistById in interface Find
Throws:
java.rmi.RemoteException

findUserById

public UserBean findUserById(java.lang.String sessionId,
                             java.lang.String userId)
                      throws java.rmi.RemoteException
Specified by:
findUserById in interface Find
Throws:
java.rmi.RemoteException

findWorkflowById

public WorkflowBean findWorkflowById(java.lang.String sessionId,
                                     java.lang.String workflowId)
                              throws java.rmi.RemoteException
Specified by:
findWorkflowById in interface Find
Throws:
java.rmi.RemoteException

findRegistrationById

public RegistrationBean findRegistrationById(java.lang.String sessionId,
                                             java.lang.String registrationId)
                                      throws java.rmi.RemoteException
Specified by:
findRegistrationById in interface Find
Throws:
java.rmi.RemoteException

findScriptById

public ScriptBean findScriptById(java.lang.String sessionId,
                                 java.lang.String scriptId)
                          throws java.rmi.RemoteException
Specified by:
findScriptById in interface Find
Throws:
java.rmi.RemoteException

findUDFById

public UdfBean findUDFById(java.lang.String sessionId,
                           java.lang.String udfId)
                    throws java.rmi.RemoteException
Specified by:
findUDFById in interface Find
Throws:
java.rmi.RemoteException

quickGoHandler

public java.lang.String quickGoHandler(java.lang.String sessionId,
                                       java.lang.String key)
                                throws java.rmi.RemoteException
Specified by:
quickGoHandler in interface Find
Throws:
java.rmi.RemoteException


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.