Skip navigation links

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


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

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

All Implemented Interfaces:
java.io.Serializable

public class SoapClientType
extends java.lang.Object
implements java.io.Serializable

Java class for soapClientType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="soapClientType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rootEndPointURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="identityPropagation" type="{http://xmlns.oracle.com/bpel/services/client}identityPropagationType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
SoapClientType()
           

 

Method Summary
 IdentityPropagationType getIdentityPropagation()
          Gets the value of the identityPropagation property.
 java.lang.String getRootEndPointURL()
          Gets the value of the rootEndPointURL property.
 void setIdentityPropagation(IdentityPropagationType value)
          Sets the value of the identityPropagation property.
 void setRootEndPointURL(java.lang.String value)
          Sets the value of the rootEndPointURL property.

 

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

 

Constructor Detail

SoapClientType

public SoapClientType()

Method Detail

getRootEndPointURL

public java.lang.String getRootEndPointURL()
Gets the value of the rootEndPointURL property.
Returns:
possible object is String

setRootEndPointURL

public void setRootEndPointURL(java.lang.String value)
Sets the value of the rootEndPointURL property.
Parameters:
value - allowed object is String

getIdentityPropagation

public IdentityPropagationType getIdentityPropagation()
Gets the value of the identityPropagation property.
Returns:
possible object is IdentityPropagationType

setIdentityPropagation

public void setIdentityPropagation(IdentityPropagationType value)
Sets the value of the identityPropagation property.
Parameters:
value - allowed object is IdentityPropagationType

Skip navigation links

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


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