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 WebServiceConnectionImpl

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

public class WebServiceConnectionImpl
extends WebServiceConnectionConfig


Field Summary
static java.lang.Class CLASS_INSTANCE
           
 
Fields inherited from class oracle.adf.model.connection.webservice.impl.WebServiceConnectionConfig
PROVIDER_CLASSNAME, PROVIDER_FACTORY_CLASS
 
Constructor Summary
WebServiceConnectionImpl()
          Construct a WebServiceConnectionImpl instance from xml element.
WebServiceConnectionImpl(oracle.adfnmc.javax.naming.Name name, oracle.adfnmc.javax.naming.Reference reference)
          Construct a WebServiceConnectionImpl instance from xml element.
WebServiceConnectionImpl(oracle.adfnmc.javax.naming.Reference reference)
          Construct a WebServiceConnectionImpl instance from xml element.
 
Method Summary
 void close()
           
 java.lang.String dumpString()
           
 
Methods inherited from class oracle.adf.model.connection.webservice.impl.WebServiceConnectionConfig
getProperty, getReference, setProperty
 
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
Constructor Detail

WebServiceConnectionImpl

public WebServiceConnectionImpl()
                         throws java.lang.IllegalAccessException,
                                java.lang.InstantiationException,
                                java.lang.ClassNotFoundException
Construct a WebServiceConnectionImpl instance from xml element. The Properties credentials contains the mapping of the sensitive information and associated uuid used in the xml element.

Parameters:
-
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException

WebServiceConnectionImpl

public WebServiceConnectionImpl(oracle.adfnmc.javax.naming.Reference reference)
                         throws java.lang.IllegalAccessException,
                                java.lang.InstantiationException,
                                java.lang.ClassNotFoundException
Construct a WebServiceConnectionImpl instance from xml element. The Properties credentials contains the mapping of the sensitive information and associated uuid used in the xml element.

Parameters:
reference - The xml element
-
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException

WebServiceConnectionImpl

public WebServiceConnectionImpl(oracle.adfnmc.javax.naming.Name name,
                                oracle.adfnmc.javax.naming.Reference reference)
                         throws java.lang.IllegalAccessException,
                                java.lang.InstantiationException,
                                java.lang.ClassNotFoundException
Construct a WebServiceConnectionImpl instance from xml element. The Properties credentials contains the mapping of the sensitive information and associated uuid used in the xml element.

Parameters:
name -
reference - The xml element
-
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
Method Detail

close

public void close()

dumpString

public java.lang.String dumpString()

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.