org.ws4d.java.types
Class Delivery

java.lang.Object
  extended by org.ws4d.java.types.UnknownDataContainer
      extended by org.ws4d.java.types.Delivery

public class Delivery
extends UnknownDataContainer


Field Summary
static URI PUSH_DELIVERY
           
 
Constructor Summary
Delivery()
           
Delivery(URI mode, EndpointReference notifyTo)
           
 
Method Summary
 URI getMode()
           
 EndpointReference getNotifyTo()
           
 void setMode(URI mode)
           
 void setNotifyTo(EndpointReference notifyTo)
           
 java.lang.String toString()
           
 
Methods inherited from class org.ws4d.java.types.UnknownDataContainer
addUnknownAttribute, addUnknownElement, getUnknownAttribute, getUnknownAttributes, getUnknownElement, getUnknownElements, getUnknownElements, setUnknownAttributes, setUnknownElements
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PUSH_DELIVERY

public static final URI PUSH_DELIVERY
Constructor Detail

Delivery

public Delivery()

Delivery

public Delivery(URI mode,
                EndpointReference notifyTo)
Parameters:
mode -
notifyTo -
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class UnknownDataContainer

getMode

public URI getMode()

getNotifyTo

public EndpointReference getNotifyTo()

setMode

public void setMode(URI mode)
Parameters:
mode - the mode to set

setNotifyTo

public void setNotifyTo(EndpointReference notifyTo)
Parameters:
notifyTo - the notifyTo to set