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

Part Number E41849-02

weblogic.wsee.message.soap
Class SoapMessageContext

java.lang.Object
  extended by weblogic.wsee.message.WlMessageContext
      extended by weblogic.wsee.message.soap.SoapMessageContext
All Implemented Interfaces:
MessageContext, SOAPMessageContext

Deprecated.

public class SoapMessageContext
extends WlMessageContext
implements SOAPMessageContext


Field Summary
protected  SOAPMessage msg
          Deprecated.  
 
Fields inherited from class weblogic.wsee.message.WlMessageContext
APPLICATION_ID, CONTEXT_PATH, DK_LABEL_PROPERTY, DK_LENGTH_PROPERTY, END_POINT_ADDRESS, END_POINT_URI, fault, INCOMING_FAULT_MSG, IS_CLIENT_CERT_REQUIRED, IS_MTOM_ENABLE_IN_JAXWS, IS_SECURE_SERVLET_REQUEST, MTOM_MESSAGE_RECVD, MTOM_THRESHOLD, propertyMap, SAML_CREDENTIAL, SCT_LIFETIME_PROPERTY, SECURITY_CONTEXT_CREDENTIAL, SECURITY_REALM, SERVICE_NAME, SERVICE_URI, SERVLET_REQUEST, SERVLET_RESPONSE, STREAM_ATTACHMENTS, STS_ENDPOINT_ADDRESS_PROPERTY, TRANSPORT_HEADERS, VALIDATE_REQUEST, WSS_MESSAGE_AGE, WST_BOOT_STRAP_POLICY
 
Constructor Summary
SoapMessageContext()
          Deprecated.  
SoapMessageContext(boolean isSoap12)
          Deprecated.  
 
Method Summary
 SOAPMessage clearMessage()
          Deprecated.  
 SOAPMessage clearMessage(boolean isMTOMmessage)
          Deprecated.  
 SOAPMessage getMessage()
          Deprecated.  
 MessageFactory getMessageFactory()
          Deprecated.  
 String[] getRoles()
          Deprecated.  
 boolean hasFault()
          Deprecated.  
 boolean isSoap12()
          Deprecated.  
 void setFault(Throwable th)
          Deprecated.  
 void setMessage(SOAPMessage m)
          Deprecated.  
 String toString()
          Deprecated. returns a string representation of this class.
 void toString(ToStringWriter writer)
          Deprecated. writes the content of this class to the specified writer.
 
Methods inherited from class weblogic.wsee.message.WlMessageContext
containsProperty, createPropertyMap, getFault, getHeaders, getProperty, getPropertyNames, narrow, removeProperty, setHeaders, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.rpc.handler.MessageContext
containsProperty, getProperty, getPropertyNames, removeProperty, setProperty
 

Field Detail

msg

protected SOAPMessage msg
Deprecated. 
Constructor Detail

SoapMessageContext

public SoapMessageContext()
Deprecated. 

SoapMessageContext

public SoapMessageContext(boolean isSoap12)
Deprecated. 
Method Detail

getMessage

public SOAPMessage getMessage()
Deprecated. 
Specified by:
getMessage in interface SOAPMessageContext

setMessage

public void setMessage(SOAPMessage m)
Deprecated. 
Specified by:
setMessage in interface SOAPMessageContext

getRoles

public String[] getRoles()
Deprecated. 
Specified by:
getRoles in interface SOAPMessageContext

getMessageFactory

public MessageFactory getMessageFactory()
Deprecated. 

clearMessage

public SOAPMessage clearMessage()
Deprecated. 

clearMessage

public SOAPMessage clearMessage(boolean isMTOMmessage)
Deprecated. 

hasFault

public boolean hasFault()
Deprecated. 
Overrides:
hasFault in class WlMessageContext

setFault

public void setFault(Throwable th)
Deprecated. 
Overrides:
setFault in class WlMessageContext

isSoap12

public boolean isSoap12()
Deprecated. 

toString

public String toString()
Deprecated. 
returns a string representation of this class.

Overrides:
toString in class Object
Returns:
string representation for this class

toString

public void toString(ToStringWriter writer)
Deprecated. 
writes the content of this class to the specified writer.

Parameters:
writer - writer to dump the content.

Copyright 1996, 2014, 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.3)

Part Number E41849-02