com.trackstudio.soap.client
Class EmailTypeAxis12ShamanismSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.trackstudio.soap.client.EmailTypeAxis12ShamanismSoapBindingStub
- All Implemented Interfaces:
- EmailType, java.rmi.Remote, javax.xml.rpc.Stub
public class EmailTypeAxis12ShamanismSoapBindingStub
- extends org.apache.axis.client.Stub
- implements EmailType
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 |
Method Summary |
java.lang.String |
cloneEmailType(java.lang.String sessionId,
java.lang.String toUserId,
java.lang.String emailTypeId)
|
protected org.apache.axis.client.Call |
createCall()
|
java.lang.String |
createEmailType(java.lang.String sessionId,
java.lang.String toUserId,
java.lang.String name)
|
void |
deleteEmailType(java.lang.String sessionId,
java.lang.String emailTypeId)
|
EmailTypeBean[] |
getAvailableEmailTypeList(java.lang.String sessionId,
java.lang.String userId)
|
ContentTypeBean[] |
getContentTypeList(java.lang.String sessionId)
|
FromTypeBean[] |
getFromTypeList(java.lang.String sessionId)
|
java.lang.String |
getTemplate(java.lang.String sessionId,
java.lang.String emailTypeId)
|
void |
setTemplate(java.lang.String sessionId,
java.lang.String toUserId,
java.lang.String emailTypeId,
java.lang.String type,
java.lang.String subject,
java.lang.String from,
java.lang.String reply,
java.lang.String cc,
java.lang.String templateValue)
|
void |
updateEmailType(java.lang.String sessionId,
java.lang.String prstatusId,
java.lang.String name)
|
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 |
EmailTypeAxis12ShamanismSoapBindingStub
public EmailTypeAxis12ShamanismSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
EmailTypeAxis12ShamanismSoapBindingStub
public EmailTypeAxis12ShamanismSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
EmailTypeAxis12ShamanismSoapBindingStub
public EmailTypeAxis12ShamanismSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
createEmailType
public java.lang.String createEmailType(java.lang.String sessionId,
java.lang.String toUserId,
java.lang.String name)
throws java.rmi.RemoteException
- Specified by:
createEmailType
in interface EmailType
- Throws:
java.rmi.RemoteException
cloneEmailType
public java.lang.String cloneEmailType(java.lang.String sessionId,
java.lang.String toUserId,
java.lang.String emailTypeId)
throws java.rmi.RemoteException
- Specified by:
cloneEmailType
in interface EmailType
- Throws:
java.rmi.RemoteException
updateEmailType
public void updateEmailType(java.lang.String sessionId,
java.lang.String prstatusId,
java.lang.String name)
throws java.rmi.RemoteException
- Specified by:
updateEmailType
in interface EmailType
- Throws:
java.rmi.RemoteException
deleteEmailType
public void deleteEmailType(java.lang.String sessionId,
java.lang.String emailTypeId)
throws java.rmi.RemoteException
- Specified by:
deleteEmailType
in interface EmailType
- Throws:
java.rmi.RemoteException
getAvailableEmailTypeList
public EmailTypeBean[] getAvailableEmailTypeList(java.lang.String sessionId,
java.lang.String userId)
throws java.rmi.RemoteException
- Specified by:
getAvailableEmailTypeList
in interface EmailType
- Throws:
java.rmi.RemoteException
getContentTypeList
public ContentTypeBean[] getContentTypeList(java.lang.String sessionId)
throws java.rmi.RemoteException
- Specified by:
getContentTypeList
in interface EmailType
- Throws:
java.rmi.RemoteException
getTemplate
public java.lang.String getTemplate(java.lang.String sessionId,
java.lang.String emailTypeId)
throws java.rmi.RemoteException
- Specified by:
getTemplate
in interface EmailType
- Throws:
java.rmi.RemoteException
setTemplate
public void setTemplate(java.lang.String sessionId,
java.lang.String toUserId,
java.lang.String emailTypeId,
java.lang.String type,
java.lang.String subject,
java.lang.String from,
java.lang.String reply,
java.lang.String cc,
java.lang.String templateValue)
throws java.rmi.RemoteException
- Specified by:
setTemplate
in interface EmailType
- Throws:
java.rmi.RemoteException
getFromTypeList
public FromTypeBean[] getFromTypeList(java.lang.String sessionId)
throws java.rmi.RemoteException
- Specified by:
getFromTypeList
in interface EmailType
- Throws:
java.rmi.RemoteException
Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.