Uses of Interface
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Message

Packages that use Message
com.ebmwebsourcing.wsstar.notification.definition   
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api   
com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl   
com.ebmwebsourcing.wsstar.notification.definition.inout   
 

Uses of Message in com.ebmwebsourcing.wsstar.notification.definition
 

Methods in com.ebmwebsourcing.wsstar.notification.definition that return Message
abstract  Message WSNotificationFactory.createMessage()
          create an instance of the SubscriptionManagerRP class
 Message WSNotificationFactoryImpl.createMessage()
           
 

Uses of Message in com.ebmwebsourcing.wsstar.notification.definition.basenotification.api
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.api that return Message
 Message NotificationMessageHolderType.getMessage()
           
 Message GetCurrentMessageResponse.getNotifMessageContent()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.api with parameters of type Message
 void NotificationMessageHolderType.setMessage(Message value)
           
 void GetCurrentMessageResponse.setNotifMessageContent(Message notifMsgContent)
           
 

Uses of Message in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl
 

Classes in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl that implement Message
static class NotificationMessageHolderTypeImpl.MessageImpl
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl that return Message
 Message NotificationMessageHolderTypeImpl.getMessage()
           
 Message GetCurrentMessageResponseImpl.getNotifMessageContent()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl with parameters of type Message
 void NotificationMessageHolderTypeImpl.setMessage(Message ref)
           
 void GetCurrentMessageResponseImpl.setNotifMessageContent(Message notifMsgContent)
           
 

Uses of Message in com.ebmwebsourcing.wsstar.notification.definition.inout
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.inout that return Message
 Message WSNotificationReader.readMessageType(org.w3c.dom.Document doc)
          Unmarshall Message object from a Document representation fragment object
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.inout with parameters of type Message
 org.w3c.dom.Document WSNotificationWriter.writeMessageType(Message message)
          marshall a Message object
 



Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.