org.apache.axis2.jaxws.api
Class MessageAccessor

java.lang.Object
  extended by org.apache.axis2.jaxws.api.MessageAccessor

public class MessageAccessor
extends Object

Value of the Constants.JAXWS_MESSAGE_ACCESSOR property Allows a user to gain access to certain Message information that are not exposed by the Message on the javax.xml.ws.handler.MessageContext The MessageAccessor is created with MessageAccessorFactory. This allows embedding software to extend the MessageAccessor


Method Summary
 String getMessageAsString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessageAsString

public String getMessageAsString()
Returns:
message as String

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.