Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee
Class WseeCoreLogger

java.lang.Object
  extended by weblogic.wsee.BaseMessages
      extended by weblogic.wsee.WseeCoreLogger

public class WseeCoreLogger
extends BaseMessages

Copyright (c) 2012,2013, Oracle and/or its affiliates. All rights reserved.


Method Summary
static BaseMessages getInstance()
           
static void logImplicitClientIdReusedImproperly(String arg0, String arg1)
          Implicit/generated Client Identity {0} has been used in multiple calls to Service.getPort()/createDispatch() where these calls have used different services and/or sets of features.
static String logImplicitClientIdReusedImproperlyLoggable(String arg0, String arg1)
           
static void logServicePortNotAvailableInWSDL(String arg0, String arg1, String arg2)
          The service port {1} bound to https transport in service {0} is NOT available, the https address cannot be resolved because SSL is not enabled for the server.
static String logServicePortNotAvailableInWSDLLoggable(String arg0, String arg1, String arg2)
           
static void logUnexpectedException(String arg0, Throwable arg1)
          An unexpected error occurred: {0}
static String logUnexpectedExceptionLoggable(String arg0, Throwable arg1)
           
static void logWseeServiceHalting()
          The Wsee Service is halting
static String logWseeServiceHaltingLoggable()
           
static void logWseeServiceStarting()
          The Wsee Service is starting
static String logWseeServiceStartingLoggable()
           
static void logWseeServiceStopping()
          The Wsee Service is stopping
static String logWseeServiceStoppingLoggable()
           
 
Methods inherited from class weblogic.wsee.BaseMessages
getCurrentMethod, getCurrentMethod, getKeyFromMethod, getLogger, getString, getString, isLoggable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static BaseMessages getInstance()

logUnexpectedException

public static void logUnexpectedException(String arg0,
                                          Throwable arg1)
An unexpected error occurred: {0}


logUnexpectedExceptionLoggable

public static String logUnexpectedExceptionLoggable(String arg0,
                                                    Throwable arg1)

logServicePortNotAvailableInWSDL

public static void logServicePortNotAvailableInWSDL(String arg0,
                                                    String arg1,
                                                    String arg2)
The service port {1} bound to https transport in service {0} is NOT available, the https address cannot be resolved because SSL is not enabled for the server. The service port definition will be removed from WSDL that is being accessed through {2}.


logServicePortNotAvailableInWSDLLoggable

public static String logServicePortNotAvailableInWSDLLoggable(String arg0,
                                                              String arg1,
                                                              String arg2)

logWseeServiceStarting

public static void logWseeServiceStarting()
The Wsee Service is starting


logWseeServiceStartingLoggable

public static String logWseeServiceStartingLoggable()

logWseeServiceStopping

public static void logWseeServiceStopping()
The Wsee Service is stopping


logWseeServiceStoppingLoggable

public static String logWseeServiceStoppingLoggable()

logWseeServiceHalting

public static void logWseeServiceHalting()
The Wsee Service is halting


logWseeServiceHaltingLoggable

public static String logWseeServiceHaltingLoggable()

logImplicitClientIdReusedImproperly

public static void logImplicitClientIdReusedImproperly(String arg0,
                                                       String arg1)
Implicit/generated Client Identity {0} has been used in multiple calls to Service.getPort()/createDispatch() where these calls have used different services and/or sets of features. Monitoring statistics for this client will include all these different usages. Validation failures were: {1}


logImplicitClientIdReusedImproperlyLoggable

public static String logImplicitClientIdReusedImproperlyLoggable(String arg0,
                                                                 String arg1)

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01