uk.ac.soton.ecs.grimoires.server.impl.uddiv2.message
Interface PublishProcessable


public interface PublishProcessable

The interface to be implemented by messages so that we can use the visitor pattern to process them.


Method Summary
 Object accept(PublishHandler v)
           
 

Method Detail

accept

public Object accept(PublishHandler v)