Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.bpel.services.workflow.client
Class WorkflowServiceClientFactory

java.lang.Object
  extended byoracle.bpel.services.workflow.client.WorkflowServiceClientFactory


public class WorkflowServiceClientFactory
extends java.lang.Object

Field Summary
static java.lang.String JAVA_CLIENT
          JAVA Clients will access the Workflow Services through JAVA layer Client calls will become pure java calls made directly to the java API
static java.lang.String LOCAL_CLIENT
          LOCAL Clients will access the Workflow Services through Local EJB layer Client calls will become local ejb calls made directly to the EJB implementing the service
static java.lang.String REMOTE_CLIENT
          REMOTE Clients will access the Workflow Services through Remote EJB layer Client calls will become remote ejb calls made directly to the EJB implementing the service
static java.lang.String SOAP_CLIENT
          SOAP Clients will access the Workflow Services through SOAP layer Client calls will become SOAP messages to invoke the corresponding exposed SOAP service
static java.lang.String WSIF_CLIENT
          WSIF Clients will access the Workflow Services through WSIF layer

 

Constructor Summary
WorkflowServiceClientFactory()
           

 

Method Summary
static IWorkflowServiceClient getWorkflowServiceClient(java.lang.String clientType)
          Get a workflow service client

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

SOAP_CLIENT

public static final java.lang.String SOAP_CLIENT
SOAP Clients will access the Workflow Services through SOAP layer Client calls will become SOAP messages to invoke the corresponding exposed SOAP service
See Also:
Constant Field Values

WSIF_CLIENT

public static final java.lang.String WSIF_CLIENT
WSIF Clients will access the Workflow Services through WSIF layer
See Also:
Constant Field Values

JAVA_CLIENT

public static final java.lang.String JAVA_CLIENT
JAVA Clients will access the Workflow Services through JAVA layer Client calls will become pure java calls made directly to the java API
See Also:
Constant Field Values

LOCAL_CLIENT

public static final java.lang.String LOCAL_CLIENT
LOCAL Clients will access the Workflow Services through Local EJB layer Client calls will become local ejb calls made directly to the EJB implementing the service
See Also:
Constant Field Values

REMOTE_CLIENT

public static final java.lang.String REMOTE_CLIENT
REMOTE Clients will access the Workflow Services through Remote EJB layer Client calls will become remote ejb calls made directly to the EJB implementing the service
See Also:
Constant Field Values

Constructor Detail

WorkflowServiceClientFactory

public WorkflowServiceClientFactory()

Method Detail

getWorkflowServiceClient

public static IWorkflowServiceClient getWorkflowServiceClient(java.lang.String clientType)
Get a workflow service client
Parameters:
clientType - a String value
Returns:
an IWorkflowServiceClient value

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.