org.apache.ws.pubsub
Interface DeliveryMode


public interface DeliveryMode

Specifies how messages for a particular subscription should be delivered (e.g. synchronous or asynchronous, wrapped or raw, etc.).

Author:
Ian Springer (ian DOT springer AT hp DOT com)

Method Summary
 java.lang.Object getContent()
           
 java.net.URI getURI()
           
 

Method Detail

getURI

public java.net.URI getURI()

getContent

public java.lang.Object getContent()


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