Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.agent.handler.wls
Class WLSPropertyUtils

java.lang.Object
  extended by oracle.wsm.agent.handler.wls.WLSPropertyUtils


public class WLSPropertyUtils
extends Object

Field Summary
static String AGENT_TYPE
           
static String CLIENT_CONFIG_PROPS_MAP
           
static String OWSMSECURITYPOLICIES
           
static String PORT_NAME
           

 

Constructor Summary
WLSPropertyUtils()
           

 

Method Summary
static void setNativeProperties(weblogic.wsee.jaxws.framework.jaxrpc.SOAPMessageContext nativeSoapCtx, IMessageContext wsmMessageCtx)
           This method sets the specific native message context properties to wsm message context.
static void setWsmPropertiesFromNative(weblogic.wsee.jaxws.framework.jaxrpc.SOAPMessageContext nativeSoapCtx, IMessageContext wsmMessageCtx, String agentType, IMessageContext.STAGE stage)
           This method sets the wsm specific properties from native message context.
static void setWsmPropertiesToNative(weblogic.wsee.jaxws.framework.jaxrpc.SOAPMessageContext nativeSoapCtx, IMessageContext wsmMessageCtx)
           This method transfers the specific properties from wsm message context to native mesage context.

 

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

 

Field Detail

AGENT_TYPE

public static final String AGENT_TYPE
See Also:
Constant Field Values

OWSMSECURITYPOLICIES

public static final String OWSMSECURITYPOLICIES
See Also:
Constant Field Values

PORT_NAME

public static final String PORT_NAME
See Also:
Constant Field Values

CLIENT_CONFIG_PROPS_MAP

public static final String CLIENT_CONFIG_PROPS_MAP
See Also:
Constant Field Values

Constructor Detail

WLSPropertyUtils

public WLSPropertyUtils()

Method Detail

setWsmPropertiesFromNative

public static void setWsmPropertiesFromNative(weblogic.wsee.jaxws.framework.jaxrpc.SOAPMessageContext nativeSoapCtx,
                                              IMessageContext wsmMessageCtx,
                                              String agentType,
                                              IMessageContext.STAGE stage)
                                       throws WSMException

This method sets the wsm specific properties from native message context.

This method takes care of WSM properties/attributes. These properties are used across phases. For eg. a property set during request phase might be used in the response phase.

Parameters:
nativeSoapCtx - This is the wls specific message context.
wsmMessageCtx - This is the wsm sepcific message context.
Throws:
WSMException

setNativeProperties

public static void setNativeProperties(weblogic.wsee.jaxws.framework.jaxrpc.SOAPMessageContext nativeSoapCtx,
                                       IMessageContext wsmMessageCtx)

This method sets the specific native message context properties to wsm message context.

Parameters:
nativeSoapCtx - This is the wls specific message context.
wsmMessageCtx - This is the wsm sepcific message context.

setWsmPropertiesToNative

public static void setWsmPropertiesToNative(weblogic.wsee.jaxws.framework.jaxrpc.SOAPMessageContext nativeSoapCtx,
                                            IMessageContext wsmMessageCtx)

This method transfers the specific properties from wsm message context to native mesage context.

This method copies the wsm properties back to native message context,before the mesage is sent to wls web service stack.

Parameters:
nativeSoapCtx - This is the wls specific message context.
wsmMessageCtx - This is the wsm sepcific message context.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.