bexee.core
Class BexeeMessage

java.lang.Object
  extended bybexee.core.BexeeMessage

public class BexeeMessage
extends java.lang.Object

This class is used for crossing the bridge between Axis and bexee in both ways.

Note that the BexeeMessage contains no SOAP specific data, just XML together with other information such as the operation name etc. This allows for a decoupling of the bexee engine and thus keeping it relatively independent from the SOAP protocol and Axis.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:10 $
Author:
Patric Fornasier, Pawel Kowalski

Constructor Summary
BexeeMessage()
          Creates a new BexeeMessage.
 
Method Summary
 java.lang.String getOperation()
          Gets the name of the invoked operation.
 java.lang.Object getPart(java.lang.String name)
           
 java.util.Map getParts()
           
 java.lang.String getService()
          The name of the invoked service.
 void putPart(java.lang.String name, java.lang.Object value)
           
 void setOperation(java.lang.String operation)
           
 void setParts(java.util.Map parts)
           
 void setService(java.lang.String service)
          The name of the invoked service.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BexeeMessage

public BexeeMessage()
Creates a new BexeeMessage.

Method Detail

getOperation

public java.lang.String getOperation()
Gets the name of the invoked operation.

Returns:
a String or null if the message hasn't been initialized.

getPart

public java.lang.Object getPart(java.lang.String name)

putPart

public void putPart(java.lang.String name,
                    java.lang.Object value)

getParts

public java.util.Map getParts()

setParts

public void setParts(java.util.Map parts)

setOperation

public void setOperation(java.lang.String operation)

getService

public java.lang.String getService()
The name of the invoked service.

Returns:
a String

setService

public void setService(java.lang.String service)
The name of the invoked service.

Parameters:
service - a String

toString

public java.lang.String toString()


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.