Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adf.model.connection.webservice.impl
Class WebServiceConnectionConfig

java.lang.Object
  extended by oracle.adf.model.connection.webservice.impl.WebServiceConnectionConfig
All Implemented Interfaces:
oracle.adfnmc.javax.naming.Referenceable
Direct Known Subclasses:
WebServiceConnectionImpl

public class WebServiceConnectionConfig
extends java.lang.Object
implements oracle.adfnmc.javax.naming.Referenceable


Field Summary
static java.lang.Class CLASS_INSTANCE
           
static java.lang.String PROVIDER_CLASSNAME
           
static java.lang.String PROVIDER_FACTORY_CLASS
           
 
Constructor Summary
WebServiceConnectionConfig()
           
WebServiceConnectionConfig(oracle.adfnmc.javax.naming.Name name, oracle.adfnmc.javax.naming.Reference reference)
           
WebServiceConnectionConfig(oracle.adfnmc.javax.naming.Reference reference)
           
 
Method Summary
 java.lang.String getProperty(java.lang.String key)
           
 oracle.adfnmc.javax.naming.Reference getReference()
          Build a reference from this instance.
 void setProperty(java.lang.String key, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE

PROVIDER_CLASSNAME

public static final java.lang.String PROVIDER_CLASSNAME
See Also:
Constant Field Values

PROVIDER_FACTORY_CLASS

public static final java.lang.String PROVIDER_FACTORY_CLASS
See Also:
Constant Field Values
Constructor Detail

WebServiceConnectionConfig

public WebServiceConnectionConfig()
                           throws java.lang.IllegalAccessException,
                                  java.lang.InstantiationException,
                                  java.lang.ClassNotFoundException
Throws:
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.ClassNotFoundException

WebServiceConnectionConfig

public WebServiceConnectionConfig(oracle.adfnmc.javax.naming.Reference reference)
                           throws java.lang.IllegalAccessException,
                                  java.lang.InstantiationException,
                                  java.lang.ClassNotFoundException
Throws:
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.ClassNotFoundException

WebServiceConnectionConfig

public WebServiceConnectionConfig(oracle.adfnmc.javax.naming.Name name,
                                  oracle.adfnmc.javax.naming.Reference reference)
                           throws java.lang.IllegalAccessException,
                                  java.lang.InstantiationException,
                                  java.lang.ClassNotFoundException
Throws:
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.ClassNotFoundException
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String key)

setProperty

public void setProperty(java.lang.String key,
                        java.lang.String value)

getReference

public oracle.adfnmc.javax.naming.Reference getReference()
                                                  throws oracle.adfnmc.javax.naming.NamingException
Build a reference from this instance. It conatins an xml element representing the connection. The sensitive information is extracted out and replaced with uuid. And mapping between the uuid and associated information is also included in the reference.

Specified by:
getReference in interface oracle.adfnmc.javax.naming.Referenceable
Throws:
oracle.adfnmc.javax.naming.NamingException

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

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