org.ow2.dragon.service.wsdm
Class SAAJHelper

java.lang.Object
  extended by org.ow2.dragon.service.wsdm.SAAJHelper

public class SAAJHelper
extends java.lang.Object

Author:
aruffie - eBM Websourcing

Method Summary
static javax.xml.soap.SOAPMessage createGetCurrentMessageSOAPMessage()
           
static javax.xml.soap.SOAPMessage createSubscribeSOAPMessage(java.lang.String subscriptionAddress)
           
static javax.xml.soap.SOAPMessage createUnSubscribeSOAPMessage(java.lang.String endpointRefAddress, java.lang.String resourcesUuidType)
           
static java.lang.String extractResourcesUuidType(javax.xml.soap.SOAPMessage response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createSubscribeSOAPMessage

public static javax.xml.soap.SOAPMessage createSubscribeSOAPMessage(java.lang.String subscriptionAddress)
                                                             throws javax.xml.soap.SOAPException,
                                                                    org.ow2.easywsdl.schema.api.XmlException
Throws:
javax.xml.soap.SOAPException
org.ow2.easywsdl.schema.api.XmlException

extractResourcesUuidType

public static java.lang.String extractResourcesUuidType(javax.xml.soap.SOAPMessage response)
                                                 throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
                                                        javax.xml.soap.SOAPException,
                                                        com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException,
                                                        com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
Throws:
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
javax.xml.soap.SOAPException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException

createUnSubscribeSOAPMessage

public static javax.xml.soap.SOAPMessage createUnSubscribeSOAPMessage(java.lang.String endpointRefAddress,
                                                                      java.lang.String resourcesUuidType)
                                                               throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
                                                                      javax.xml.soap.SOAPException,
                                                                      com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException,
                                                                      com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
Throws:
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
javax.xml.soap.SOAPException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException

createGetCurrentMessageSOAPMessage

public static javax.xml.soap.SOAPMessage createGetCurrentMessageSOAPMessage()
                                                                     throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.