|
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.RemoteClientType
public class RemoteClientType
Defines properties for Remote EJB Client
Java class for remoteClientType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="remoteClientType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="serverURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ejbJndiSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="encrypted" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="initialContextFactory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="participateInClientTransaction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
RemoteClientType.PasswordJava class for anonymous complex type. |
| Constructor Summary | |
|---|---|
RemoteClientType() |
|
| Method Summary | |
|---|---|
java.lang.String |
getEjbJndiSuffix()Gets the value of the ejbJndiSuffix property. |
java.lang.String |
getInitialContextFactory()Gets the value of the initialContextFactory property. |
RemoteClientType.Password |
getPassword()Gets the value of the password property. |
java.lang.String |
getServerURL()Gets the value of the serverURL property. |
java.lang.String |
getUserName()Gets the value of the userName property. |
java.lang.Boolean |
isParticipateInClientTransaction()Gets the value of the participateInClientTransaction property. |
void |
setEjbJndiSuffix(java.lang.String value)Sets the value of the ejbJndiSuffix property. |
void |
setInitialContextFactory(java.lang.String value)Sets the value of the initialContextFactory property. |
void |
setParticipateInClientTransaction(java.lang.Boolean value)Sets the value of the participateInClientTransaction property. |
void |
setPassword(RemoteClientType.Password value)Sets the value of the password property. |
void |
setServerURL(java.lang.String value)Sets the value of the serverURL property. |
void |
setUserName(java.lang.String value)Sets the value of the userName property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteClientType()
| Method Detail |
|---|
public java.lang.String getServerURL()
Stringpublic void setServerURL(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getEjbJndiSuffix()
Stringpublic void setEjbJndiSuffix(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getUserName()
Stringpublic void setUserName(java.lang.String value)
value - allowed object is Stringpublic RemoteClientType.Password getPassword()
RemoteClientType.Passwordpublic void setPassword(RemoteClientType.Password value)
value - allowed object is RemoteClientType.Passwordpublic java.lang.String getInitialContextFactory()
Stringpublic void setInitialContextFactory(java.lang.String value)
value - allowed object is Stringpublic java.lang.Boolean isParticipateInClientTransaction()
Booleanpublic void setParticipateInClientTransaction(java.lang.Boolean value)
value - allowed object is Boolean
|
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 | ||||||||