Skip navigation links

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


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
 RemoteClientType.Password createRemoteClientTypePassword()
          Create an instance of RemoteClientType.Password
 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

createRemoteClientType

public RemoteClientType createRemoteClientType()
Create an instance of RemoteClientType

createWorkflowServicesClientConfigurationType

public WorkflowServicesClientConfigurationType createWorkflowServicesClientConfigurationType()
Create an instance of WorkflowServicesClientConfigurationType

createSoapClientType

public SoapClientType createSoapClientType()
Create an instance of SoapClientType

createPropertyType

public PropertyType createPropertyType()
Create an instance of PropertyType

createIdentityPropagationType

public IdentityPropagationType createIdentityPropagationType()
Create an instance of IdentityPropagationType

createPolicyReferencesType

public PolicyReferencesType createPolicyReferencesType()
Create an instance of PolicyReferencesType

createPolicyReferenceType

public PolicyReferenceType createPolicyReferenceType()
Create an instance of PolicyReferenceType

createServerType

public ServerType createServerType()
Create an instance of ServerType

createLocalClientType

public LocalClientType createLocalClientType()
Create an instance of LocalClientType

createRemoteClientTypePassword

public RemoteClientType.Password createRemoteClientTypePassword()
Create an instance of RemoteClientType.Password

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.4.0)
E10660-04


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