com.ebmwebsourcing.wsstar.brokerednotification.datatypes.api.abstraction
Interface WsnbrReader


public interface WsnbrReader


Method Summary
 DestroyRegistration readDestroyRegistration(org.w3c.dom.Document document)
           
 DestroyRegistrationResponse readDestroyRegistrationResponse(org.w3c.dom.Document document)
           
 NotificationBrokerRP readNotificationBrokerRP(org.w3c.dom.Document document)
           
 PublisherRegistrationFailedFaultType readPublisherRegistrationFailedFaultType(org.w3c.dom.Document document)
           
 PublisherRegistrationRejectedFaultType readPublisherRegistrationRejectedFaultType(org.w3c.dom.Document document)
           
 PublisherRegistrationRP readPublisherRegistrationRP(org.w3c.dom.Document document)
           
 PublisherRegistrationRP readPublisherRegistrationRP(java.io.File file)
           
 RegisterPublisher readRegisterPublisher(org.w3c.dom.Document document)
           
 RegisterPublisherResponse readRegisterPublisherResponse(org.w3c.dom.Document document)
           
 ResourceNotDestroyedFaultType readResourceNotDestroyedFaultType(org.w3c.dom.Document document)
           
 

Method Detail

readDestroyRegistration

DestroyRegistration readDestroyRegistration(org.w3c.dom.Document document)
                                            throws WsnbrException
Throws:
WsnbrException

readDestroyRegistrationResponse

DestroyRegistrationResponse readDestroyRegistrationResponse(org.w3c.dom.Document document)
                                                            throws WsnbrException
Throws:
WsnbrException

readNotificationBrokerRP

NotificationBrokerRP readNotificationBrokerRP(org.w3c.dom.Document document)
                                              throws WsnbrException
Throws:
WsnbrException

readPublisherRegistrationFailedFaultType

PublisherRegistrationFailedFaultType readPublisherRegistrationFailedFaultType(org.w3c.dom.Document document)
                                                                              throws WsnbrException
Throws:
WsnbrException

readPublisherRegistrationRejectedFaultType

PublisherRegistrationRejectedFaultType readPublisherRegistrationRejectedFaultType(org.w3c.dom.Document document)
                                                                                  throws WsnbrException
Throws:
WsnbrException

readPublisherRegistrationRP

PublisherRegistrationRP readPublisherRegistrationRP(org.w3c.dom.Document document)
                                                    throws WsnbrException
Throws:
WsnbrException

readPublisherRegistrationRP

PublisherRegistrationRP readPublisherRegistrationRP(java.io.File file)
                                                    throws WsnbrException
Throws:
WsnbrException

readRegisterPublisher

RegisterPublisher readRegisterPublisher(org.w3c.dom.Document document)
                                        throws WsnbrException
Throws:
WsnbrException

readRegisterPublisherResponse

RegisterPublisherResponse readRegisterPublisherResponse(org.w3c.dom.Document document)
                                                        throws WsnbrException
Throws:
WsnbrException

readResourceNotDestroyedFaultType

ResourceNotDestroyedFaultType readResourceNotDestroyedFaultType(org.w3c.dom.Document document)
                                                                throws WsnbrException
Throws:
WsnbrException


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