Java Doc for HttpEndpoint.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » runtime » component » http » 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.http 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.bostechcorp.cbesb.runtime.ccsl.jbi.messaging.LifeCycleEndpoint
   com.bostechcorp.cbesb.runtime.component.http.HttpEndpoint

HttpEndpoint
public class HttpEndpoint extends LifeCycleEndpoint (Code)


Field Summary
final public static  StringDEFAULT_HTTP_CONSUMER_MARSHALLER
    
final public static  StringDEFAULT_HTTP_PROVIDER_MARSHALLER
    
final public static  StringDEFAULT_SOAP_CONSUMER_MARSHALLER
    
final public static  StringDEFAULT_SOAP_PROVIDER_MARSHALLER
    
final public static  StringSENDMESSAGE_SOAP_CONSUMER_MARSHALLER
    
protected  ServiceDescriptionHandlerserviceDescriptionHandler
    

Constructor Summary
public  HttpEndpoint(HttpComponent httpComponent)
    

Method Summary
protected  IComponentProcessorcreateConsumerProcessor()
    
protected  IComponentProcessorcreateProviderProcessor()
    
public  StringgetAuthMode()
    
public  StringgetAuthPassword()
    
public  StringgetAuthUser()
    
public  ExtensibilityElementgetBinding()
    
protected  ClassLoadergetClassLoader()
    
public  String[]getDisplayParameterTitles()
    
public  String[]getDisplayParameters()
    
public  String[]getGetableProperties()
    
public  IHttpConsumerMarshallergetHttpConsumerMarshaller()
    
public  IHttpProviderMarshallergetHttpProviderMarshaller()
    
public  StringgetKeyStoreFile()
    
public  StringgetKeyStorePassword()
    
public  StringgetLocationURI()
    
public  StringgetProperty(int index)
    
public  StringgetProperty(String property)
    
public  StringgetProxyHost()
    
public  StringgetProxyPassword()
    
public  StringgetProxyPort()
    
public  StringgetProxyUser()
    
public  String[]getSetableProperties()
    
public  ISoapConsumerMarshallergetSoapConsumerMarshaller()
    
public  ISoapProviderMarshallergetSoapProviderMarshaller()
    
public  StringgetSoapVersion()
    
public  StringgetSslProtocol()
    
public  ServiceDescriptionHandlergetSvcDescHandler()
    
public  StringgetTargetOperation()
    
public  StringgetTargetPort()
    
public  StringgetTargetService()
    
public  intgetTimeout()
    
public  StringgetTrustStoreFile()
    
public  StringgetTrustStorePassword()
    
public  StringgetWsdlResource()
    
public synchronized  DefinitiongetWsdlResourceAsDefinition()
    
public  FilegetWsdlResourceAsFile()
    
public  booleanisAllowAnonymous()
    
public  booleanisAuthenticateClient()
    
public  booleanisAuthenticateServer()
    
public  booleanisSendMessageService()
    
public  booleanisSoap()
    
public  booleanisUseDefaultTrustStore()
    
public  booleanisUsePrivateKey()
    
public  booleanisUsingMTOM()
    
public  booleanisUsingSwA()
    
protected  DefinitionloadWsdl(File wsdlLocation)
    
public  voidsetAllowAnonymous(boolean allowAnonymous)
    
public  voidsetAttachmentMode(String attachmentMode)
    
public  voidsetAuthMode(String authMode)
    
public  voidsetAuthPassword(String authPassword)
    
public  voidsetAuthUser(String authUser)
    
public  voidsetAuthenticateClient(boolean authenticateClient)
    
public  voidsetAuthenticateServer(boolean authenticateServer)
    
public  voidsetBinding(ExtensibilityElement binding)
    
public  voidsetKeyStoreFile(String keyStoreFile)
    
public  voidsetKeyStorePassword(String keyStorePassword)
    
public  voidsetLocationURI(String locationURI)
    
public  voidsetMarshaller(String marshaller)
    
public  voidsetProperty(int index, String value)
    
public  voidsetProperty(String property, String value)
    
public  voidsetProxyHost(String proxyHost)
    
public  voidsetProxyPassword(String proxyPassword)
    
public  voidsetProxyPort(String proxyPort)
    
public  voidsetProxyUser(String proxyUser)
    
public  voidsetSoap(boolean soap)
    
public  voidsetSoapVersion(String soapVersion)
    
public  voidsetSslProtocol(String sslProtocol)
    
public  voidsetTargetOperation(String targetOperation)
    
public  voidsetTargetPort(String targetPort)
    
public  voidsetTargetService(String targetService)
    
public  voidsetTimeout(int timeout)
    
public  voidsetTrustStoreFile(String trustStoreFile)
    
public  voidsetTrustStorePassword(String trustStorePassword)
    
public  voidsetUseDefaultTrustStore(boolean useDefaultTrustStore)
    
public  voidsetUsePrivateKey(boolean usePrivateKey)
    
public  voidsetWsdlResource(String wsdlResource)
    
public  voidstart()
    
public  voidstop()
    

Field Detail
DEFAULT_HTTP_CONSUMER_MARSHALLER
final public static String DEFAULT_HTTP_CONSUMER_MARSHALLER(Code)



DEFAULT_HTTP_PROVIDER_MARSHALLER
final public static String DEFAULT_HTTP_PROVIDER_MARSHALLER(Code)



DEFAULT_SOAP_CONSUMER_MARSHALLER
final public static String DEFAULT_SOAP_CONSUMER_MARSHALLER(Code)



DEFAULT_SOAP_PROVIDER_MARSHALLER
final public static String DEFAULT_SOAP_PROVIDER_MARSHALLER(Code)



SENDMESSAGE_SOAP_CONSUMER_MARSHALLER
final public static String SENDMESSAGE_SOAP_CONSUMER_MARSHALLER(Code)



serviceDescriptionHandler
protected ServiceDescriptionHandler serviceDescriptionHandler(Code)




Constructor Detail
HttpEndpoint
public HttpEndpoint(HttpComponent httpComponent)(Code)




Method Detail
createConsumerProcessor
protected IComponentProcessor createConsumerProcessor()(Code)
Done with LifeCycleEndpoint methods



createProviderProcessor
protected IComponentProcessor createProviderProcessor()(Code)



getAuthMode
public String getAuthMode()(Code)
the authMode



getAuthPassword
public String getAuthPassword()(Code)
the authPassword



getAuthUser
public String getAuthUser()(Code)
the authUser



getBinding
public ExtensibilityElement getBinding()(Code)
the binding



getClassLoader
protected ClassLoader getClassLoader()(Code)



getDisplayParameterTitles
public String[] getDisplayParameterTitles()(Code)
These attributes and methods customize the LifeCycleEndpoint for this component



getDisplayParameters
public String[] getDisplayParameters()(Code)



getGetableProperties
public String[] getGetableProperties()(Code)



getHttpConsumerMarshaller
public IHttpConsumerMarshaller getHttpConsumerMarshaller()(Code)



getHttpProviderMarshaller
public IHttpProviderMarshaller getHttpProviderMarshaller()(Code)



getKeyStoreFile
public String getKeyStoreFile()(Code)
the keyStoreFile



getKeyStorePassword
public String getKeyStorePassword()(Code)
the keyStorePassword



getLocationURI
public String getLocationURI()(Code)
the locationURI



getProperty
public String getProperty(int index)(Code)



getProperty
public String getProperty(String property)(Code)



getProxyHost
public String getProxyHost()(Code)
the proxyHost



getProxyPassword
public String getProxyPassword()(Code)
the proxyPassword



getProxyPort
public String getProxyPort()(Code)
the proxyPort



getProxyUser
public String getProxyUser()(Code)
the proxyUser



getSetableProperties
public String[] getSetableProperties()(Code)



getSoapConsumerMarshaller
public ISoapConsumerMarshaller getSoapConsumerMarshaller()(Code)



getSoapProviderMarshaller
public ISoapProviderMarshaller getSoapProviderMarshaller()(Code)



getSoapVersion
public String getSoapVersion()(Code)
the soapVersion



getSslProtocol
public String getSslProtocol()(Code)
the sslProtocol



getSvcDescHandler
public ServiceDescriptionHandler getSvcDescHandler()(Code)



getTargetOperation
public String getTargetOperation()(Code)
the targetOperation



getTargetPort
public String getTargetPort()(Code)
the targetPort



getTargetService
public String getTargetService()(Code)
the targetService



getTimeout
public int getTimeout()(Code)
the timeout



getTrustStoreFile
public String getTrustStoreFile()(Code)
the trustStoreFile



getTrustStorePassword
public String getTrustStorePassword()(Code)
the trustStorePassword



getWsdlResource
public String getWsdlResource()(Code)
the wsdlResource



getWsdlResourceAsDefinition
public synchronized Definition getWsdlResourceAsDefinition()(Code)



getWsdlResourceAsFile
public File getWsdlResourceAsFile()(Code)



isAllowAnonymous
public boolean isAllowAnonymous()(Code)
the allowAnonymous



isAuthenticateClient
public boolean isAuthenticateClient()(Code)
the authenticateClient



isAuthenticateServer
public boolean isAuthenticateServer()(Code)
the authenticateServer



isSendMessageService
public boolean isSendMessageService()(Code)



isSoap
public boolean isSoap()(Code)
the soap



isUseDefaultTrustStore
public boolean isUseDefaultTrustStore()(Code)
the useDefaultTrustStore



isUsePrivateKey
public boolean isUsePrivateKey()(Code)
the usePrivateKey



isUsingMTOM
public boolean isUsingMTOM()(Code)



isUsingSwA
public boolean isUsingSwA()(Code)



loadWsdl
protected Definition loadWsdl(File wsdlLocation)(Code)



setAllowAnonymous
public void setAllowAnonymous(boolean allowAnonymous)(Code)

Parameters:
  allowAnonymous - the allowAnonymous to set



setAttachmentMode
public void setAttachmentMode(String attachmentMode)(Code)



setAuthMode
public void setAuthMode(String authMode)(Code)

Parameters:
  authMode - the authMode to set



setAuthPassword
public void setAuthPassword(String authPassword)(Code)

Parameters:
  authPassword - the authPassword to set



setAuthUser
public void setAuthUser(String authUser)(Code)

Parameters:
  authUser - the authUser to set



setAuthenticateClient
public void setAuthenticateClient(boolean authenticateClient)(Code)

Parameters:
  authenticateClient - the authenticateClient to set



setAuthenticateServer
public void setAuthenticateServer(boolean authenticateServer)(Code)

Parameters:
  authenticateServer - the authenticateServer to set



setBinding
public void setBinding(ExtensibilityElement binding)(Code)

Parameters:
  binding - the binding to set



setKeyStoreFile
public void setKeyStoreFile(String keyStoreFile)(Code)

Parameters:
  keyStoreFile - the keyStoreFile to set



setKeyStorePassword
public void setKeyStorePassword(String keyStorePassword)(Code)

Parameters:
  keyStorePassword - the keyStorePassword to set



setLocationURI
public void setLocationURI(String locationURI)(Code)

Parameters:
  locationURI - the locationURI to set



setMarshaller
public void setMarshaller(String marshaller)(Code)



setProperty
public void setProperty(int index, String value)(Code)



setProperty
public void setProperty(String property, String value)(Code)



setProxyHost
public void setProxyHost(String proxyHost)(Code)

Parameters:
  proxyHost - the proxyHost to set



setProxyPassword
public void setProxyPassword(String proxyPassword)(Code)

Parameters:
  proxyPassword - the proxyPassword to set



setProxyPort
public void setProxyPort(String proxyPort)(Code)

Parameters:
  proxyPort - the proxyPort to set



setProxyUser
public void setProxyUser(String proxyUser)(Code)

Parameters:
  proxyUser - the proxyUser to set



setSoap
public void setSoap(boolean soap)(Code)

Parameters:
  soap - the soap to set



setSoapVersion
public void setSoapVersion(String soapVersion)(Code)

Parameters:
  soapVersion - the soapVersion to set



setSslProtocol
public void setSslProtocol(String sslProtocol)(Code)

Parameters:
  sslProtocol - the sslProtocol to set



setTargetOperation
public void setTargetOperation(String targetOperation)(Code)

Parameters:
  targetOperation - the targetOperation to set



setTargetPort
public void setTargetPort(String targetPort)(Code)

Parameters:
  targetPort - the targetPort to set



setTargetService
public void setTargetService(String targetService)(Code)

Parameters:
  targetService - the targetService to set



setTimeout
public void setTimeout(int timeout)(Code)

Parameters:
  timeout - the timeout to set



setTrustStoreFile
public void setTrustStoreFile(String trustStoreFile)(Code)

Parameters:
  trustStoreFile - the trustStoreFile to set



setTrustStorePassword
public void setTrustStorePassword(String trustStorePassword)(Code)

Parameters:
  trustStorePassword - the trustStorePassword to set



setUseDefaultTrustStore
public void setUseDefaultTrustStore(boolean useDefaultTrustStore)(Code)

Parameters:
  useDefaultTrustStore - the useDefaultTrustStore to set



setUsePrivateKey
public void setUsePrivateKey(boolean usePrivateKey)(Code)

Parameters:
  usePrivateKey - the usePrivateKey to set



setWsdlResource
public void setWsdlResource(String wsdlResource)(Code)

Parameters:
  wsdlResource - the wsdlResource to set



start
public void start() throws Exception(Code)



stop
public void stop()(Code)



Fields inherited from com.bostechcorp.cbesb.runtime.ccsl.jbi.messaging.LifeCycleEndpoint
protected String currentState(Code)(Java Doc)
protected String detailedStatus(Code)(Java Doc)
protected boolean forceShutdown(Code)(Java Doc)
protected static long notificationSequence(Code)(Java Doc)

Methods inherited from com.bostechcorp.cbesb.runtime.ccsl.jbi.messaging.LifeCycleEndpoint
public String[] getDisplayParameterTitles()(Code)(Java Doc)
public String[] getDisplayParameters()(Code)(Java Doc)
public String[] getGetableProperties()(Code)(Java Doc)
public String[][] getGetablePropertyObjects()(Code)(Java Doc)
public String getProperty(String property)(Code)(Java Doc)
public String getProperty(int index)(Code)(Java Doc)
public String[] getSetableProperties()(Code)(Java Doc)
public String getState()(Code)(Java Doc)
protected void postProcess(long startProcessTime)(Code)(Java Doc)
public void sendJMSDLQNotification()(Code)(Java Doc)
public void sendJMSRetryCountExceededNotification()(Code)(Java Doc)
public void sendJMSTransactionRollBackNotification()(Code)(Java Doc)
public void sendMessageProcessedNotification(long latency)(Code)(Java Doc)
protected void sendStateChangeNotification(String oldState, String newState)(Code)(Java Doc)
public void setProperty(String property, String value)(Code)(Java Doc)
public void setProperty(int index, String value)(Code)(Java Doc)
public void setState(String s)(Code)(Java Doc)
public void setState(String s, String detail)(Code)(Java Doc)
public void start() throws Exception(Code)(Java Doc)
public void stop() throws Exception(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.