Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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

java.lang.Object
  extended by oracle.adf.model.connection.webservice.impl.WebServiceConnectionMessages


public class WebServiceConnectionMessages
extends java.lang.Object

Field Summary
static oracle.adf.share.logging.ADFLogger _logger
           

 

Constructor Summary
WebServiceConnectionMessages()
           

 

Method Summary
static void debugConnectionCreateFailure(javax.naming.Name name, java.lang.String wsdl, oracle.webservices.ConnectionConfig config, oracle.webservices.model.Model model, javax.wsdl.Definition definition, javax.xml.namespace.QName service, java.lang.Exception e)
           
static void debugConnectionDTCreateFailure(javax.naming.Name name, java.lang.String wsdl, oracle.webservices.ConnectionConfig config, oracle.webservices.model.Model model, javax.wsdl.Definition definition, javax.xml.namespace.QName service, java.lang.Exception e)
           
static void debugExecuteFailure(javax.xml.soap.SOAPMessage message, java.lang.Exception e)
           
static void debugFactoryGetAttributes(javax.naming.Referenceable referenceable)
           
static void debugFactoryGetAttributesFailure(javax.naming.Referenceable referenceable, java.lang.Exception e)
           
static void debugFactoryGetObjectInstance(javax.naming.Name name)
           
static void debugFactoryGetObjectInstanceCached(javax.naming.Name name)
           
static void debugFactoryGetObjectInstancedFailed(javax.naming.Name name, java.lang.Exception e)
           
static void debugFactoryNewInstance(javax.naming.directory.Attributes attributes)
           
static void debugFactoryNewInstanceFailure(javax.naming.directory.Attributes attributes, java.lang.Exception e)
           
static void debugGetJaxRpcInteraction(oracle.webservices.model.Port port)
           
static void debugGetJaxRpcInteraction(javax.xml.namespace.QName service, javax.xml.namespace.QName binding)
           
static void debugGetJaxRpcInteraction(javax.xml.namespace.QName service, java.lang.String protocol)
           
static void debugGetJaxRpcInteractionResult(oracle.webservices.model.Port port, JaxRpcInteraction interaction)
           
static void debugGetReferenceFailure(javax.naming.Name name, java.lang.Exception e)
           
static void debugGetSaajInteraction(oracle.webservices.model.Operation operation)
           
static void debugGetSaajInteractionResult(oracle.webservices.model.Operation operation, SaajInteraction interaction)
           
static void debugGetWsdlUrlError(java.lang.String wsdl, java.lang.Exception e)
           
static void debugMarshalOperationPolicy(oracle.webservices.model.Factory factory, oracle.webservices.model.Component parentComponent, javax.xml.namespace.QName type, java.lang.Object extension, Document document)
           
static void debugMarshalOperationPolicyFailure(oracle.webservices.model.Factory factory, oracle.webservices.model.Component parentComponent, javax.xml.namespace.QName type, java.lang.Object extension, Document document, java.lang.Exception e)
           
static void debugMarshalPortPolicy(oracle.webservices.model.Factory factory, oracle.webservices.model.Component parentComponent, javax.xml.namespace.QName type, java.lang.Object extension, Document document)
           
static void debugMarshalPortPolicyFailure(oracle.webservices.model.Factory factory, oracle.webservices.model.Component parentComponent, javax.xml.namespace.QName type, java.lang.Object extension, Document document, java.lang.Exception e)
           
static void debugMessage(java.lang.String msg)
           
static void debugObsoleteOperationFailure(java.lang.Exception e)
           
static void debugUnmarshalOperationPolicy(oracle.webservices.model.Factory factory, oracle.webservices.model.Component parentComponent, Element extensionElement)
           
static void debugUnmarshalOperationPolicyFailure(oracle.webservices.model.Factory factory, oracle.webservices.model.Component parentComponent, Element extensionElement, java.lang.Exception e)
           
static void debugUnmarshalPortPolicy(oracle.webservices.model.Factory factory, oracle.webservices.model.Component parentComponent, Element extensionElement)
           
static void debugUnmarshalPortPolicyFailure(Element extensionElement, java.lang.Exception e)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

_logger

public static oracle.adf.share.logging.ADFLogger _logger

Constructor Detail

WebServiceConnectionMessages

public WebServiceConnectionMessages()

Method Detail

debugFactoryGetObjectInstance

public static void debugFactoryGetObjectInstance(javax.naming.Name name)

debugFactoryGetObjectInstanceCached

public static void debugFactoryGetObjectInstanceCached(javax.naming.Name name)

debugFactoryGetObjectInstancedFailed

public static void debugFactoryGetObjectInstancedFailed(javax.naming.Name name,
                                                        java.lang.Exception e)

debugFactoryNewInstance

public static void debugFactoryNewInstance(javax.naming.directory.Attributes attributes)

debugFactoryNewInstanceFailure

public static void debugFactoryNewInstanceFailure(javax.naming.directory.Attributes attributes,
                                                  java.lang.Exception e)

debugFactoryGetAttributesFailure

public static void debugFactoryGetAttributesFailure(javax.naming.Referenceable referenceable,
                                                    java.lang.Exception e)

debugFactoryGetAttributes

public static void debugFactoryGetAttributes(javax.naming.Referenceable referenceable)

debugConnectionCreateFailure

public static void debugConnectionCreateFailure(javax.naming.Name name,
                                                java.lang.String wsdl,
                                                oracle.webservices.ConnectionConfig config,
                                                oracle.webservices.model.Model model,
                                                javax.wsdl.Definition definition,
                                                javax.xml.namespace.QName service,
                                                java.lang.Exception e)

debugConnectionDTCreateFailure

public static void debugConnectionDTCreateFailure(javax.naming.Name name,
                                                  java.lang.String wsdl,
                                                  oracle.webservices.ConnectionConfig config,
                                                  oracle.webservices.model.Model model,
                                                  javax.wsdl.Definition definition,
                                                  javax.xml.namespace.QName service,
                                                  java.lang.Exception e)

debugGetReferenceFailure

public static void debugGetReferenceFailure(javax.naming.Name name,
                                            java.lang.Exception e)

debugGetSaajInteraction

public static void debugGetSaajInteraction(oracle.webservices.model.Operation operation)

debugGetSaajInteractionResult

public static void debugGetSaajInteractionResult(oracle.webservices.model.Operation operation,
                                                 SaajInteraction interaction)

debugGetJaxRpcInteraction

public static void debugGetJaxRpcInteraction(oracle.webservices.model.Port port)

debugGetJaxRpcInteractionResult

public static void debugGetJaxRpcInteractionResult(oracle.webservices.model.Port port,
                                                   JaxRpcInteraction interaction)

debugGetJaxRpcInteraction

public static void debugGetJaxRpcInteraction(javax.xml.namespace.QName service,
                                             java.lang.String protocol)

debugGetJaxRpcInteraction

public static void debugGetJaxRpcInteraction(javax.xml.namespace.QName service,
                                             javax.xml.namespace.QName binding)

debugObsoleteOperationFailure

public static void debugObsoleteOperationFailure(java.lang.Exception e)

debugExecuteFailure

public static void debugExecuteFailure(javax.xml.soap.SOAPMessage message,
                                       java.lang.Exception e)

debugUnmarshalPortPolicy

public static void debugUnmarshalPortPolicy(oracle.webservices.model.Factory factory,
                                            oracle.webservices.model.Component parentComponent,
                                            Element extensionElement)

debugUnmarshalPortPolicyFailure

public static void debugUnmarshalPortPolicyFailure(Element extensionElement,
                                                   java.lang.Exception e)

debugMarshalPortPolicy

public static void debugMarshalPortPolicy(oracle.webservices.model.Factory factory,
                                          oracle.webservices.model.Component parentComponent,
                                          javax.xml.namespace.QName type,
                                          java.lang.Object extension,
                                          Document document)

debugMarshalPortPolicyFailure

public static void debugMarshalPortPolicyFailure(oracle.webservices.model.Factory factory,
                                                 oracle.webservices.model.Component parentComponent,
                                                 javax.xml.namespace.QName type,
                                                 java.lang.Object extension,
                                                 Document document,
                                                 java.lang.Exception e)

debugUnmarshalOperationPolicy

public static void debugUnmarshalOperationPolicy(oracle.webservices.model.Factory factory,
                                                 oracle.webservices.model.Component parentComponent,
                                                 Element extensionElement)

debugUnmarshalOperationPolicyFailure

public static void debugUnmarshalOperationPolicyFailure(oracle.webservices.model.Factory factory,
                                                        oracle.webservices.model.Component parentComponent,
                                                        Element extensionElement,
                                                        java.lang.Exception e)

debugMarshalOperationPolicy

public static void debugMarshalOperationPolicy(oracle.webservices.model.Factory factory,
                                               oracle.webservices.model.Component parentComponent,
                                               javax.xml.namespace.QName type,
                                               java.lang.Object extension,
                                               Document document)

debugMarshalOperationPolicyFailure

public static void debugMarshalOperationPolicyFailure(oracle.webservices.model.Factory factory,
                                                      oracle.webservices.model.Component parentComponent,
                                                      javax.xml.namespace.QName type,
                                                      java.lang.Object extension,
                                                      Document document,
                                                      java.lang.Exception e)

debugGetWsdlUrlError

public static void debugGetWsdlUrlError(java.lang.String wsdl,
                                        java.lang.Exception e)

debugMessage

public static void debugMessage(java.lang.String msg)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


Copyright © 1997, 2012, Oracle. All rights reserved.