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

Part Number E27170-01

weblogic.wsee
Class WseeRmLogger

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

public class WseeRmLogger
extends BaseMessages

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


Method Summary
static BaseMessages getInstance()
           
static void logAddingNullOrDuplicateSequence(String arg0)
          Attempt to add a sequence that is null or has already been added: {0}
static String logAddingNullOrDuplicateSequenceLoggable(String arg0)
           
static void logAttemptedSecondaryClientSideResponseFailed(String arg0, String arg1)
          Protocol exception, detected a response to a response on the client side.
static String logAttemptedSecondaryClientSideResponseFailedLoggable(String arg0, String arg1)
           
static void logCannotAcceptDestinationSideRequest()
          Cannot accept/process this request, and can't assume async response is forthcoming because ReplyTo is anonymous.
static String logCannotAcceptDestinationSideRequestLoggable()
           
static void logCannotInteractWithPendingSequence(String arg0, String arg1)
          Cannot call {0} on a sequence that has not yet been fully initialized (no destination sequence ID or CreateSequenceResponse received yet).
static String logCannotInteractWithPendingSequenceLoggable(String arg0, String arg1)
           
static void logClientIdentityNotProvided()
          ClientIdentityFeature not enabled or clientId not specified on this port/stub.
static String logClientIdentityNotProvidedLoggable()
           
static void logGotAcceptWithNoOffer(String arg0)
          Got CreateSequenceResponse/Accept when no offer was made on sequence with destination-side ID: {0}
static String logGotAcceptWithNoOfferLoggable(String arg0)
           
static void logNoCreateSequenceMessageIDOnCreateSequenceResponse(String arg0)
          No {0} header found on CreateSequenceResponse.
static String logNoCreateSequenceMessageIDOnCreateSequenceResponseLoggable(String arg0)
           
static void logNoErrorListenerProvided(String arg0, String arg1)
          No ReliabilityErrorListener provided via WsrmClient for a Port/Dispatch instance {0}.
static String logNoErrorListenerProvidedLoggable(String arg0, String arg1)
           
static void logNullMessageID()
          Null message ID specified/found
static String logNullMessageIDLoggable()
           
static void logNullSequenceID()
          Null sequence ID specified/found
static String logNullSequenceIDLoggable()
           
static void logPolicyProcessingFailedOnClient(Exception arg0)
          Client-side couldn't determine if we have RM policy on target service/port
static String logPolicyProcessingFailedOnClientLoggable(Exception arg0)
           
static void logPolicyProcessingFailedOnServer(Exception arg0)
          Server-side couldn't determine if we have RM policy on target service/port
static String logPolicyProcessingFailedOnServerLoggable(Exception arg0)
           
static void logRmVersionMismatch(String arg0, String arg1, String arg2)
          Got a message using the wrong WS-RM version for action {0}.
static String logRmVersionMismatchLoggable(String arg0, String arg1, String arg2)
           
static void logSourceSequenceNotReadyToSend()
          SourceSequence not ready to send sequence messages.
static String logSourceSequenceNotReadyToSendLoggable()
           
static void logUnexpectedException(String arg0, Throwable arg1)
          An unexpected error occurred: {0}
static String logUnexpectedExceptionLoggable(String arg0, Throwable arg1)
           
static void logUnknownSequence(String arg0, String arg1)
          Could not find sequence {0} on {1} side
static String logUnknownSequenceLoggable(String arg0, String arg1)
           
static void logUpdatingNullOrUnknownSequence(String arg0)
          Attempt to update a sequence that is null or has not been added via addSequence: {0}
static String logUpdatingNullOrUnknownSequenceLoggable(String arg0)
           
static void logUsingStaleSequence(String arg0)
          Conversation {0} was specified/retained directly by the client, but has expired or has been terminated or destroyed.
static String logUsingStaleSequenceLoggable(String arg0)
           
static void logWsrmClientNotEnabled()
          WsrmClient feature not enabled on this port/stub
static String logWsrmClientNotEnabledLoggable()
           
 
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()

logUsingStaleSequence

public static void logUsingStaleSequence(String arg0)
Conversation {0} was specified/retained directly by the client, but has expired or has been terminated or destroyed. Please use a new service or dispatch instance.


logUsingStaleSequenceLoggable

public static String logUsingStaleSequenceLoggable(String arg0)

logSourceSequenceNotReadyToSend

public static void logSourceSequenceNotReadyToSend()
SourceSequence not ready to send sequence messages. Retry after CreateSequenceResponse and Sequence.getState() == CREATED.


logSourceSequenceNotReadyToSendLoggable

public static String logSourceSequenceNotReadyToSendLoggable()

logAttemptedSecondaryClientSideResponseFailed

public static void logAttemptedSecondaryClientSideResponseFailed(String arg0,
                                                                 String arg1)
Protocol exception, detected a response to a response on the client side. Since there is no protocol-specific back-channel on a client-side response, we attempted to send the secondary response via a new outbound connection, and this failed. This response cannot be delivered. Response was: {0} Send error was: {1}


logAttemptedSecondaryClientSideResponseFailedLoggable

public static String logAttemptedSecondaryClientSideResponseFailedLoggable(String arg0,
                                                                           String arg1)

logPolicyProcessingFailedOnClient

public static void logPolicyProcessingFailedOnClient(Exception arg0)
Client-side couldn't determine if we have RM policy on target service/port


logPolicyProcessingFailedOnClientLoggable

public static String logPolicyProcessingFailedOnClientLoggable(Exception arg0)

logPolicyProcessingFailedOnServer

public static void logPolicyProcessingFailedOnServer(Exception arg0)
Server-side couldn't determine if we have RM policy on target service/port


logPolicyProcessingFailedOnServerLoggable

public static String logPolicyProcessingFailedOnServerLoggable(Exception arg0)

logNoCreateSequenceMessageIDOnCreateSequenceResponse

public static void logNoCreateSequenceMessageIDOnCreateSequenceResponse(String arg0)
No {0} header found on CreateSequenceResponse. Cannot identify sequence to handle this message


logNoCreateSequenceMessageIDOnCreateSequenceResponseLoggable

public static String logNoCreateSequenceMessageIDOnCreateSequenceResponseLoggable(String arg0)

logGotAcceptWithNoOffer

public static void logGotAcceptWithNoOffer(String arg0)
Got CreateSequenceResponse/Accept when no offer was made on sequence with destination-side ID: {0}


logGotAcceptWithNoOfferLoggable

public static String logGotAcceptWithNoOfferLoggable(String arg0)

logNullSequenceID

public static void logNullSequenceID()
Null sequence ID specified/found


logNullSequenceIDLoggable

public static String logNullSequenceIDLoggable()

logNullMessageID

public static void logNullMessageID()
Null message ID specified/found


logNullMessageIDLoggable

public static String logNullMessageIDLoggable()

logAddingNullOrDuplicateSequence

public static void logAddingNullOrDuplicateSequence(String arg0)
Attempt to add a sequence that is null or has already been added: {0}


logAddingNullOrDuplicateSequenceLoggable

public static String logAddingNullOrDuplicateSequenceLoggable(String arg0)

logUpdatingNullOrUnknownSequence

public static void logUpdatingNullOrUnknownSequence(String arg0)
Attempt to update a sequence that is null or has not been added via addSequence: {0}


logUpdatingNullOrUnknownSequenceLoggable

public static String logUpdatingNullOrUnknownSequenceLoggable(String arg0)

logCannotAcceptDestinationSideRequest

public static void logCannotAcceptDestinationSideRequest()
Cannot accept/process this request, and can't assume async response is forthcoming because ReplyTo is anonymous. Cannot continue.


logCannotAcceptDestinationSideRequestLoggable

public static String logCannotAcceptDestinationSideRequestLoggable()

logUnknownSequence

public static void logUnknownSequence(String arg0,
                                      String arg1)
Could not find sequence {0} on {1} side


logUnknownSequenceLoggable

public static String logUnknownSequenceLoggable(String arg0,
                                                String arg1)

logWsrmClientNotEnabled

public static void logWsrmClientNotEnabled()
WsrmClient feature not enabled on this port/stub


logWsrmClientNotEnabledLoggable

public static String logWsrmClientNotEnabledLoggable()

logCannotInteractWithPendingSequence

public static void logCannotInteractWithPendingSequence(String arg0,
                                                        String arg1)
Cannot call {0} on a sequence that has not yet been fully initialized (no destination sequence ID or CreateSequenceResponse received yet). Source sequence ID: {1}


logCannotInteractWithPendingSequenceLoggable

public static String logCannotInteractWithPendingSequenceLoggable(String arg0,
                                                                  String arg1)

logRmVersionMismatch

public static void logRmVersionMismatch(String arg0,
                                        String arg1,
                                        String arg2)
Got a message using the wrong WS-RM version for action {0}. Expected {1} but got {2}.


logRmVersionMismatchLoggable

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

logUnexpectedException

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


logUnexpectedExceptionLoggable

public static String logUnexpectedExceptionLoggable(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-RM to track requests and responses for this client.


logClientIdentityNotProvidedLoggable

public static String logClientIdentityNotProvidedLoggable()

logNoErrorListenerProvided

public static void logNoErrorListenerProvided(String arg0,
                                              String arg1)
No ReliabilityErrorListener provided via WsrmClient for a Port/Dispatch instance {0}. The sequence started on the Port/Dispatch instance encountered the following error: {1}


logNoErrorListenerProvidedLoggable

public static String logNoErrorListenerProvidedLoggable(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