| 
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1.4) E10689-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.wsm.common.sdk.WSMMessageContext
public class WSMMessageContext
| Constructor Summary | |
|---|---|
WSMMessageContext() | 
|
| Method Summary | |
|---|---|
 javax.security.auth.Subject | 
getAuthenticatedSubject()Gets the Security Subject  | 
 java.util.Map<java.lang.String,java.lang.Object> | 
getContextProperties()Gets the properties required for enforcement of a given policy  | 
 java.lang.String | 
getOperationName()Gets the operation name invoked during request/response cycle  | 
 java.util.List<javax.xml.namespace.QName> | 
getProcessedRequestHeaders()Gets the Headers list which were processed during request phase  | 
 java.util.List<javax.xml.namespace.QName> | 
getProcessedResponseHeaders()Gets the Headers list which were processed during response phase  | 
 java.lang.Object | 
getProperty(java.lang.String name)Gets the property reading it from Context properties  | 
 javax.xml.soap.SOAPMessage | 
getSOAPMessage()Gets the SOAP message  | 
 oracle.wsm.common.sdk.ITransportContext | 
getTransportContext()Gets the TransportContext  | 
 void | 
setAuthenticatedSubject(javax.security.auth.Subject subject)Sets the Security Subject  | 
 void | 
setContextProperties(java.util.Map<java.lang.String,java.lang.Object> contextProperties)Sets the Context properties required for enforcement of a given policy  | 
 void | 
setOperationName(java.lang.String operationName)Sets the operation name of WS invoked  | 
 void | 
setProperty(java.lang.String name, java.lang.Object value)Sets the individual property  | 
 void | 
setSOAPMessage(javax.xml.soap.SOAPMessage soapMessage)Sets the SOAP message to be processed  | 
 void | 
setTransportContext(oracle.wsm.common.sdk.ITransportContext transportContext)Sets the Transport Context  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public WSMMessageContext()
| Method Detail | 
|---|
public void setOperationName(java.lang.String operationName)
operationName -public void setSOAPMessage(javax.xml.soap.SOAPMessage soapMessage)
soapMessage -public javax.xml.soap.SOAPMessage getSOAPMessage()
public void setTransportContext(oracle.wsm.common.sdk.ITransportContext transportContext)
transportContext -public java.lang.String getOperationName()
public oracle.wsm.common.sdk.ITransportContext getTransportContext()
public java.util.Map<java.lang.String,java.lang.Object> getContextProperties()
public void setContextProperties(java.util.Map<java.lang.String,java.lang.Object> contextProperties)
contextProperties -public java.lang.Object getProperty(java.lang.String name)
name -
public void setProperty(java.lang.String name,
                        java.lang.Object value)
name -value -public void setAuthenticatedSubject(javax.security.auth.Subject subject)
subject -public javax.security.auth.Subject getAuthenticatedSubject()
public java.util.List<javax.xml.namespace.QName> getProcessedRequestHeaders()
public java.util.List<javax.xml.namespace.QName> getProcessedResponseHeaders()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1.4) E10689-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||