Skip navigation links

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


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

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

All Implemented Interfaces:
java.io.Serializable

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

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>
 
See Also:
Serialized Form

Nested Class Summary
static class RemoteClientType.Password
          Java 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

RemoteClientType

public RemoteClientType()

Method Detail

getServerURL

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

setServerURL

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

getEjbJndiSuffix

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

setEjbJndiSuffix

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

getUserName

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

setUserName

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

getPassword

public RemoteClientType.Password getPassword()
Gets the value of the password property.
Returns:
possible object is RemoteClientType.Password

setPassword

public void setPassword(RemoteClientType.Password value)
Sets the value of the password property.
Parameters:
value - allowed object is RemoteClientType.Password

getInitialContextFactory

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

setInitialContextFactory

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

isParticipateInClientTransaction

public java.lang.Boolean isParticipateInClientTransaction()
Gets the value of the participateInClientTransaction property.
Returns:
possible object is Boolean

setParticipateInClientTransaction

public void setParticipateInClientTransaction(java.lang.Boolean value)
Sets the value of the participateInClientTransaction property.
Parameters:
value - allowed object is Boolean

Skip navigation links

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


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