org.apache.servicemix.drools.model
Class Message

java.lang.Object
  extended by org.apache.servicemix.drools.model.Message
Direct Known Subclasses:
Fault

public class Message
extends Object


Constructor Summary
Message(NormalizedMessage message, NamespaceContext namespaceContext)
           
 
Method Summary
 Element getContent()
           
 NormalizedMessage getInternalMessage()
           
 Object getProperty(String name)
           
 void setProperty(String name, Object value)
           
 String valueOf(String xpath)
           
 boolean xpath(String xpath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message(NormalizedMessage message,
               NamespaceContext namespaceContext)
Method Detail

getInternalMessage

public NormalizedMessage getInternalMessage()

xpath

public boolean xpath(String xpath)
              throws Exception
Throws:
Exception

valueOf

public String valueOf(String xpath)
               throws Exception
Throws:
Exception

getProperty

public Object getProperty(String name)

setProperty

public void setProperty(String name,
                        Object value)

getContent

public Element getContent()


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.