org.ws4d.java.types
Class Delivery
java.lang.Object
org.ws4d.java.types.UnknownDataContainer
org.ws4d.java.types.Delivery
public class Delivery
- extends UnknownDataContainer
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PUSH_DELIVERY
public static final URI PUSH_DELIVERY
Delivery
public Delivery()
Delivery
public Delivery(URI mode,
EndpointReference notifyTo)
- Parameters:
mode
- notifyTo
-
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