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

Part Number E27170-01

weblogic.wsee
Class WseeMCLogger

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

public class WseeMCLogger
extends BaseMessages

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


Method Summary
static BaseMessages getInstance()
           
static void logCannotResetTimer()
          Cannot reset poll expiration timer.
static String logCannotResetTimerLoggable()
           
static void logCannotUseAsyncClientTransport()
          Cannot concurrently use MakeConnection and Async Client Transport.
static String logCannotUseAsyncClientTransportLoggable()
           
static void logClientIdentityNotProvided()
          ClientIdentityFeature not enabled or clientId not specified on this port/stub.
static String logClientIdentityNotProvidedLoggable()
           
static void logFailedToBuildHeader(String arg0, Throwable arg1)
          Could not build header of type {0}: {1}
static String logFailedToBuildHeaderLoggable(String arg0, Throwable arg1)
           
static void logIllegalPollId(String arg0)
          {0} is an illegal poll id.
static String logIllegalPollIdLoggable(String arg0)
           
static void logIllegalPollState(String arg0)
          {0} is an illegal poll state for attempted operation.
static String logIllegalPollStateLoggable(String arg0)
           
static void logMalformedFaultTo(String arg0)
          The Malformed faultTo MakeConnection anonymous URI: {0}
static String logMalformedFaultToLoggable(String arg0)
           
static void logMalformedReplyTo(String arg0)
          replyTo address {0} is a malformed MakeConnection anonymous URI.
static String logMalformedReplyToLoggable(String arg0)
           
static void logMCMsgException()
          Exception reading MakeConnection message
static String logMCMsgExceptionLoggable()
           
static void logNoAddress()
          Address is not set in MakeConnection message.
static String logNoAddressLoggable()
           
static void logNoPendingList(String arg0)
          Failed to find pending list for {0}
static String logNoPendingListLoggable(String arg0)
           
static void logNoSOAPBody()
          No SOAP body in message
static String logNoSOAPBodyLoggable()
           
static void logPolicyURIMismatch()
          Policy requires mandatory MakeConnection anonymous URIs
static String logPolicyURIMismatchLoggable()
           
static void logSOAPBodyException()
          Exception reading SOAP body of message
static String logSOAPBodyExceptionLoggable()
           
static void logUnexpectedException(String arg0, Throwable arg1)
          {0}: {1}
static String logUnexpectedExceptionLoggable(String arg0, Throwable arg1)
           
static void logUnexpectedResponse(String arg0, String arg1)
          Unexpected response received on poll, id: {0}, state {1}
static String logUnexpectedResponseLoggable(String arg0, String arg1)
           
 
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)
{0}: {1}


logUnexpectedExceptionLoggable

public static String logUnexpectedExceptionLoggable(String arg0,
                                                    Throwable arg1)

logSOAPBodyException

public static void logSOAPBodyException()
Exception reading SOAP body of message


logSOAPBodyExceptionLoggable

public static String logSOAPBodyExceptionLoggable()

logNoSOAPBody

public static void logNoSOAPBody()
No SOAP body in message


logNoSOAPBodyLoggable

public static String logNoSOAPBodyLoggable()

logMCMsgException

public static void logMCMsgException()
Exception reading MakeConnection message


logMCMsgExceptionLoggable

public static String logMCMsgExceptionLoggable()

logPolicyURIMismatch

public static void logPolicyURIMismatch()
Policy requires mandatory MakeConnection anonymous URIs


logPolicyURIMismatchLoggable

public static String logPolicyURIMismatchLoggable()

logMalformedReplyTo

public static void logMalformedReplyTo(String arg0)
replyTo address {0} is a malformed MakeConnection anonymous URI.


logMalformedReplyToLoggable

public static String logMalformedReplyToLoggable(String arg0)

logMalformedFaultTo

public static void logMalformedFaultTo(String arg0)
The Malformed faultTo MakeConnection anonymous URI: {0}


logMalformedFaultToLoggable

public static String logMalformedFaultToLoggable(String arg0)

logNoPendingList

public static void logNoPendingList(String arg0)
Failed to find pending list for {0}


logNoPendingListLoggable

public static String logNoPendingListLoggable(String arg0)

logCannotUseAsyncClientTransport

public static void logCannotUseAsyncClientTransport()
Cannot concurrently use MakeConnection and Async Client Transport.


logCannotUseAsyncClientTransportLoggable

public static String logCannotUseAsyncClientTransportLoggable()

logIllegalPollId

public static void logIllegalPollId(String arg0)
{0} is an illegal poll id.


logIllegalPollIdLoggable

public static String logIllegalPollIdLoggable(String arg0)

logIllegalPollState

public static void logIllegalPollState(String arg0)
{0} is an illegal poll state for attempted operation.


logIllegalPollStateLoggable

public static String logIllegalPollStateLoggable(String arg0)

logCannotResetTimer

public static void logCannotResetTimer()
Cannot reset poll expiration timer.


logCannotResetTimerLoggable

public static String logCannotResetTimerLoggable()

logUnexpectedResponse

public static void logUnexpectedResponse(String arg0,
                                         String arg1)
Unexpected response received on poll, id: {0}, state {1}


logUnexpectedResponseLoggable

public static String logUnexpectedResponseLoggable(String arg0,
                                                   String arg1)

logNoAddress

public static void logNoAddress()
Address is not set in MakeConnection message.


logNoAddressLoggable

public static String logNoAddressLoggable()

logFailedToBuildHeader

public static void logFailedToBuildHeader(String arg0,
                                          Throwable arg1)
Could not build header of type {0}: {1}


logFailedToBuildHeaderLoggable

public static String logFailedToBuildHeaderLoggable(String arg0,
                                                    Throwable arg1)

logClientIdentityNotProvided

public static void logClientIdentityNotProvided()
ClientIdentityFeature not enabled or clientId not specified on this port/stub. This is required for WS-MC polling by this client.


logClientIdentityNotProvidedLoggable

public static String logClientIdentityNotProvidedLoggable()

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