Java Doc for EmailEndpoint.java in » ESB » cbesb-1.2 » com » bostechcorp » cbesb » runtime » component » email » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
ESB
»
cbesb 1.2
»
com.bostechcorp.cbesb.runtime.component.email
Source Cross Reference
Class Diagram
Java Document (Java Doc)
com.bostechcorp.cbesb.runtime.ccsl.jbi.messaging
.ScheduledEndpointProcessor
com.bostechcorp.cbesb.runtime.component.email
.EmailEndpoint
EmailEndpoint
public
class EmailEndpoint extends
ScheduledEndpointProcessor
(Code)
Field Summary
final
protected
transient Log
logger
Constructor Summary
public
EmailEndpoint
()
Method Summary
protected
IComponentProcessor
createConsumerProcessor
()
protected
IComponentProcessor
createProviderProcessor
()
public
String
getAttachmentDir
()
public
String
getBcc
()
public
String
getCc
()
public
String
getCharset
()
public
String
[]
getDisplayParameterTitles
()
public
String
[]
getDisplayParameters
()
public
String
getFrom
()
public
String
[]
getGetableProperties
()
public
String
getHost
()
public
String
getInboxFolder
()
public
String
getPassword
()
public
String
getPollingSchedule
()
public
String
getPort
()
public
String
getProperty
(int index)
public
String
getProperty
(
String
property)
public
ReciveProtocolEnum
getProtocol
()
public
String
getRecordType
()
public
String
getReplyCharset
()
public
String
getReplyHost
()
public
String
getReplyPassword
()
public
String
getReplyPort
()
public
boolean
getReplyUseSSL
()
public
String
getReplyUser
()
public
String
[]
getSetableProperties
()
public
String
getSubject
()
public
String
getTo
()
public
boolean
getUseSSL
()
public
String
getUser
()
public
void
setAttachmentDir
(
String
attachmentDir)
public
void
setBcc
(
String
bcc)
public
void
setCc
(
String
cc)
public
void
setCharset
(
String
charset)
public
void
setFrom
(
String
from)
public
void
setHost
(
String
host)
public
void
setInboxFolder
(
String
inboxFolder)
public
void
setPassword
(
String
password)
public
void
setPollingSchedule
(
String
pollingSchedule)
public
void
setPort
(
String
port)
public
void
setProperty
(int index,
String
value)
public
void
setProperty
(
String
property,
String
value)
public
void
setProtocol
(
ReciveProtocolEnum
protocol)
public
void
setRecordType
(
String
recordType)
public
void
setReplyCharset
(
String
replyCharset)
public
void
setReplyHost
(
String
replyHost)
public
void
setReplyPassword
(
String
replyPassword)
public
void
setReplyPort
(
String
replyPort)
public
void
setReplyUseSSL
(boolean replyUseSSL)
public
void
setReplyUseSSL
(
String
replyUseSSL)
public
void
setReplyUser
(
String
replyUser)
public
void
setSubject
(
String
subject)
public
void
setTo
(
String
to)
public
void
setUseSSL
(boolean useSSL)
public
void
setUseSSL
(
String
useSSL)
public
void
setUser
(
String
user)
Field Detail
logger
final
protected
transient Log logger
(Code)
Constructor Detail
EmailEndpoint
public
EmailEndpoint()
(Code)
Method Detail
createConsumerProcessor
protected
IComponentProcessor
createConsumerProcessor()
(Code)
createProviderProcessor
protected
IComponentProcessor
createProviderProcessor()
(Code)
getAttachmentDir
public
String
getAttachmentDir()
(Code)
the attachmentDir
getBcc
public
String
getBcc()
(Code)
the bcc
getCc
public
String
getCc()
(Code)
the cc
getCharset
public
String
getCharset()
(Code)
the charset
getDisplayParameterTitles
public
String
[] getDisplayParameterTitles()
(Code)
These attributes and methods customize the LifeCycleEndpoint for this component
getDisplayParameters
public
String
[] getDisplayParameters()
(Code)
getFrom
public
String
getFrom()
(Code)
the from
getGetableProperties
public
String
[] getGetableProperties()
(Code)
getHost
public
String
getHost()
(Code)
the host
getInboxFolder
public
String
getInboxFolder()
(Code)
the inboxFolder
getPassword
public
String
getPassword()
(Code)
the password
getPollingSchedule
public
String
getPollingSchedule()
(Code)
the pollingSchedule
getPort
public
String
getPort()
(Code)
the port
getProperty
public
String
getProperty(int index)
(Code)
getProperty
public
String
getProperty(
String
property)
(Code)
getProtocol
public
ReciveProtocolEnum
getProtocol()
(Code)
the protocol
getRecordType
public
String
getRecordType()
(Code)
the recordType
getReplyCharset
public
String
getReplyCharset()
(Code)
the replyCharset
getReplyHost
public
String
getReplyHost()
(Code)
the replyHost
getReplyPassword
public
String
getReplyPassword()
(Code)
the replyPassword
getReplyPort
public
String
getReplyPort()
(Code)
the replyPort
getReplyUseSSL
public
boolean getReplyUseSSL()
(Code)
the replyUseSSL
getReplyUser
public
String
getReplyUser()
(Code)
the replyUser
getSetableProperties
public
String
[] getSetableProperties()
(Code)
getSubject
public
String
getSubject()
(Code)
the subject
getTo
public
String
getTo()
(Code)
the to
getUseSSL
public
boolean getUseSSL()
(Code)
the useSSL
getUser
public
String
getUser()
(Code)
the user
setAttachmentDir
public
void setAttachmentDir(
String
attachmentDir)
(Code)
Parameters:
attachmentDir - the attachmentDir to set
setBcc
public
void setBcc(
String
bcc)
(Code)
Parameters:
bcc - the bcc to set
setCc
public
void setCc(
String
cc)
(Code)
Parameters:
cc - the cc to set
setCharset
public
void setCharset(
String
charset)
(Code)
Parameters:
charset - the charset to set
setFrom
public
void setFrom(
String
from)
(Code)
Parameters:
from - the from to set
setHost
public
void setHost(
String
host)
(Code)
Parameters:
host - the host to set
setInboxFolder
public
void setInboxFolder(
String
inboxFolder)
(Code)
Parameters:
inboxFolder - the inboxFolder to set
setPassword
public
void setPassword(
String
password)
(Code)
Parameters:
password - the password to set
setPollingSchedule
public
void setPollingSchedule(
String
pollingSchedule)
(Code)
Parameters:
pollingSchedule - the pollingSchedule to set
setPort
public
void setPort(
String
port)
(Code)
Parameters:
port - the port to set
setProperty
public
void setProperty(int index,
String
value)
(Code)
setProperty
public
void setProperty(
String
property,
String
value)
(Code)
setProtocol
public
void setProtocol(
ReciveProtocolEnum
protocol)
(Code)
Parameters:
protocol - the protocol to set
setRecordType
public
void setRecordType(
String
recordType)
(Code)
Parameters:
recordType - the recordType to set
setReplyCharset
public
void setReplyCharset(
String
replyCharset)
(Code)
Parameters:
replyCharset - the replyCharset to set
setReplyHost
public
void setReplyHost(
String
replyHost)
(Code)
Parameters:
replyHost - the replyHost to set
setReplyPassword
public
void setReplyPassword(
String
replyPassword)
(Code)
Parameters:
replyPassword - the replyPassword to set
setReplyPort
public
void setReplyPort(
String
replyPort)
(Code)
Parameters:
replyPort - the replyPort to set
setReplyUseSSL
public
void setReplyUseSSL(boolean replyUseSSL)
(Code)
Parameters:
replyUseSSL - the replyUseSSL to set
setReplyUseSSL
public
void setReplyUseSSL(
String
replyUseSSL)
(Code)
Parameters:
replyUseSSL - the replyUseSSL to set
setReplyUser
public
void setReplyUser(
String
replyUser)
(Code)
Parameters:
replyUser - the replyUser to set
setSubject
public
void setSubject(
String
subject)
(Code)
Parameters:
subject - the subject to set
setTo
public
void setTo(
String
to)
(Code)
Parameters:
to - the to to set
setUseSSL
public
void setUseSSL(boolean useSSL)
(Code)
Parameters:
useSSL - the useSSL to set
setUseSSL
public
void setUseSSL(
String
useSSL)
(Code)
Parameters:
useSSL - the useSSL to set
setUser
public
void setUser(
String
user)
(Code)
Parameters:
user - the user to set
Fields inherited from
com.bostechcorp.cbesb.runtime.ccsl.jbi.messaging.ScheduledEndpointProcessor
final
public
static byte MODE_POLL
(Code)
(Java Doc)
final
public
static byte MODE_SCHEDULE
(Code)
(Java Doc)
protected
ScheduledProcessHandler
handler
(Code)
(Java Doc)
protected
byte mode
(Code)
(Java Doc)
protected
int pollInterval
(Code)
(Java Doc)
protected
String
scheduleFile
(Code)
(Java Doc)
protected
String
schedulerEndpoint
(Code)
(Java Doc)
protected
QName
schedulerService
(Code)
(Java Doc)
Methods inherited from
com.bostechcorp.cbesb.runtime.ccsl.jbi.messaging.ScheduledEndpointProcessor
public
ScheduledProcessHandler
getHandler()
(Code)
(Java Doc)
public
byte getMode()
(Code)
(Java Doc)
public
int getPollInterval()
(Code)
(Java Doc)
public
String
getScheduleFile()
(Code)
(Java Doc)
public
String
getSchedulerEndpoint()
(Code)
(Java Doc)
public
QName
getSchedulerService()
(Code)
(Java Doc)
public
void setHandler(
ScheduledProcessHandler
handler)
(Code)
(Java Doc)
public
void setMode(byte mode)
(Code)
(Java Doc)
public
void setPollInterval(int pollInterval)
(Code)
(Java Doc)
public
void setScheduleFile(
String
scheduleFile)
(Code)
(Java Doc)
public
void setSchedulerEndpoint(
String
schedulerEndpoint)
(Code)
(Java Doc)
public
void setSchedulerService(
QName
schedulerService)
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.