org.codehaus.xfire.util
Class YOMEndpoint

java.lang.Object
  extended by org.codehaus.xfire.util.YOMEndpoint
All Implemented Interfaces:
ChannelEndpoint

public class YOMEndpoint
extends java.lang.Object
implements ChannelEndpoint


Constructor Summary
YOMEndpoint()
           
 
Method Summary
 int getCount()
           
 org.codehaus.yom.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

YOMEndpoint

public YOMEndpoint()
Method Detail

onReceive

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

getCount

public int getCount()

getMessage

public org.codehaus.yom.Document getMessage()


Copyright © 2004-2005 Codehaus. All Rights Reserved.