Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


oracle.bpel.services.workflow.client.config
Class ObjectFactory

java.lang.Object
  extended by oracle.bpel.services.workflow.client.config.ObjectFactory


public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the oracle.bpel.services.workflow.client.config package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.bpel.services.workflow.client.config

 

Method Summary
 IdentityPropagationType createIdentityPropagationType()
          Create an instance of IdentityPropagationType
 LocalClientType createLocalClientType()
          Create an instance of LocalClientType
 PolicyReferencesType createPolicyReferencesType()
          Create an instance of PolicyReferencesType
 PolicyReferenceType createPolicyReferenceType()
          Create an instance of PolicyReferenceType
 PropertyType createPropertyType()
          Create an instance of PropertyType
 RemoteClientType createRemoteClientType()
          Create an instance of RemoteClientType
 ServerType createServerType()
          Create an instance of ServerType
 SoapClientType createSoapClientType()
          Create an instance of SoapClientType
 javax.xml.bind.JAXBElement<WorkflowServicesClientConfigurationType> createWorkflowServicesClientConfiguration(WorkflowServicesClientConfigurationType value)
          Create an instance of JAXBElement<WorkflowServicesClientConfigurationType>}
 WorkflowServicesClientConfigurationType createWorkflowServicesClientConfigurationType()
          Create an instance of WorkflowServicesClientConfigurationType

 

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

 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.bpel.services.workflow.client.config

Method Detail

createLocalClientType

public LocalClientType createLocalClientType()
Create an instance of LocalClientType

createIdentityPropagationType

public IdentityPropagationType createIdentityPropagationType()
Create an instance of IdentityPropagationType

createRemoteClientType

public RemoteClientType createRemoteClientType()
Create an instance of RemoteClientType

createSoapClientType

public SoapClientType createSoapClientType()
Create an instance of SoapClientType

createPolicyReferencesType

public PolicyReferencesType createPolicyReferencesType()
Create an instance of PolicyReferencesType

createWorkflowServicesClientConfigurationType

public WorkflowServicesClientConfigurationType createWorkflowServicesClientConfigurationType()
Create an instance of WorkflowServicesClientConfigurationType

createServerType

public ServerType createServerType()
Create an instance of ServerType

createPolicyReferenceType

public PolicyReferenceType createPolicyReferenceType()
Create an instance of PolicyReferenceType

createPropertyType

public PropertyType createPropertyType()
Create an instance of PropertyType

createWorkflowServicesClientConfiguration

public javax.xml.bind.JAXBElement<WorkflowServicesClientConfigurationType> createWorkflowServicesClientConfiguration(WorkflowServicesClientConfigurationType value)
Create an instance of JAXBElement<WorkflowServicesClientConfigurationType>}

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.