org.apache.tuscany.sca.binding.notification
Interface NotificationBinding

All Superinterfaces:
Base, Binding, java.lang.Cloneable
All Known Implementing Classes:
NotificationBindingImpl

public interface NotificationBinding
extends Binding


Method Summary
 java.net.URI getNotificationType()
           
 java.lang.String getNtmAddress()
           
 void setNotificationType(java.net.URI notificationType)
           
 void setNtmAddress(java.lang.String ntm)
           
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Binding
clone, getName, getURI, setName, setURI
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
isUnresolved, setUnresolved
 

Method Detail

getNtmAddress

java.lang.String getNtmAddress()

setNtmAddress

void setNtmAddress(java.lang.String ntm)

getNotificationType

java.net.URI getNotificationType()

setNotificationType

void setNotificationType(java.net.URI notificationType)