org.codehaus.xfire.util.jdom
Class JDOMEndpoint

java.lang.Object
  extended byorg.codehaus.xfire.util.jdom.JDOMEndpoint
All Implemented Interfaces:
ChannelEndpoint

public class JDOMEndpoint
extends java.lang.Object
implements ChannelEndpoint


Constructor Summary
JDOMEndpoint()
           
 
Method Summary
 int getCount()
           
 org.jdom.Document getMessage()
           
 void onReceive(MessageContext context, InMessage msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDOMEndpoint

public JDOMEndpoint()
Method Detail

onReceive

public void onReceive(MessageContext context,
                      InMessage msg)
Specified by:
onReceive in interface ChannelEndpoint

getCount

public int getCount()

getMessage

public org.jdom.Document getMessage()


Copyright © 2004-2006 null. All Rights Reserved.