com.ebmwebsourcing.wsstar.notification.definition.basenotification.api
Interface Notify

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
NotifyImpl

public interface Notify
extends org.ow2.easywsdl.schema.api.XMLElement


Method Summary
 void addNotificationMessage(NotificationMessageHolderType msg)
           
 java.util.List<NotificationMessageHolderType> getNotificationMessage()
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

getNotificationMessage

java.util.List<NotificationMessageHolderType> getNotificationMessage()
                                                                     throws WSNotificationException
Throws:
WSNotificationException

addNotificationMessage

void addNotificationMessage(NotificationMessageHolderType msg)


Copyright © 2009 eBM Websourcing. All Rights Reserved.