|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.agent.handler.wls.WLSPropertyUtils
public class WLSPropertyUtils
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 |
---|
public static final String AGENT_TYPE
public static final String OWSMSECURITYPOLICIES
public static final String PORT_NAME
public static final String CLIENT_CONFIG_PROPS_MAP
Constructor Detail |
---|
public WLSPropertyUtils()
Method Detail |
---|
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.
nativeSoapCtx
- This is the wls specific message context.wsmMessageCtx
- This is the wsm sepcific message context.WSMException
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.
nativeSoapCtx
- This is the wls specific message context.wsmMessageCtx
- This is the wsm sepcific message context.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.
nativeSoapCtx
- This is the wls specific message context.wsmMessageCtx
- This is the wsm sepcific message context.
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |