com.resilientedge.jockey.webservicebridge
Class WebServiceProviderFactory

java.lang.Object
  |
  +--com.resilientedge.jockey.webservicebridge.WebServiceProviderFactory

public class WebServiceProviderFactory
extends java.lang.Object

Provides web service provider implementations for the various third party web servers.

Author:
AVaughan
See Also:
WebServiceProvider

Field Summary
static int APACHE_WEB_SERVICE_PROVIDER
          A service provider for Apache/Soap.
 
Constructor Summary
WebServiceProviderFactory()
           
 
Method Summary
static WebServiceProvider getWebServiceProvider(int providerConstant)
          getWebServiceProvider serves up the different implementations of service providers for various web/soap servers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APACHE_WEB_SERVICE_PROVIDER

public static final int APACHE_WEB_SERVICE_PROVIDER
A service provider for Apache/Soap.
Constructor Detail

WebServiceProviderFactory

public WebServiceProviderFactory()
Method Detail

getWebServiceProvider

public static WebServiceProvider getWebServiceProvider(int providerConstant)
getWebServiceProvider serves up the different implementations of service providers for various web/soap servers.
Parameters:
providerConstant - an int value of the web service provider implementations to create
Returns:
a WebServiceProvider value that interfaces with a third party web/soap server
See Also:
WebServiceProvider


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.