|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.bpel.services.workflow.client.config.SoapClientType
public class SoapClientType
Defines properties for SOAP Webservice Client
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>
| 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 |
|---|
public SoapClientType()
| Method Detail |
|---|
public java.lang.String getRootEndPointURL()
Stringpublic void setRootEndPointURL(java.lang.String value)
value - allowed object is Stringpublic IdentityPropagationType getIdentityPropagation()
IdentityPropagationTypepublic void setIdentityPropagation(IdentityPropagationType value)
value - allowed object is IdentityPropagationType
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||