Uses of Interface
com.ebmwebsourcing.wsstar.notification.extension.api.SOAParameterType

Packages that use SOAParameterType
com.ebmwebsourcing.wsstar.notification.extension   
com.ebmwebsourcing.wsstar.notification.extension.impl   
com.ebmwebsourcing.wsstar.notification.extension.inout   
com.ebmwebsourcing.wsstar.notification.extension.utils   
 

Uses of SOAParameterType in com.ebmwebsourcing.wsstar.notification.extension
 

Methods in com.ebmwebsourcing.wsstar.notification.extension that return SOAParameterType
 SOAParameterType WSNotificationExtensionFactoryImpl.createSOAParameterType()
           
abstract  SOAParameterType WSNotificationExtensionFactory.createSOAParameterType()
          Create an instance of the SOAParameterType class
 

Uses of SOAParameterType in com.ebmwebsourcing.wsstar.notification.extension.impl
 

Classes in com.ebmwebsourcing.wsstar.notification.extension.impl that implement SOAParameterType
 class SOAParameterTypeImpl
          This class implements SOAParameterType java interface respect to EASYWSDL Library model.
 

Uses of SOAParameterType in com.ebmwebsourcing.wsstar.notification.extension.inout
 

Methods in com.ebmwebsourcing.wsstar.notification.extension.inout that return SOAParameterType
 SOAParameterType WSNotificationExtensionReader.readSOAParameterType(org.w3c.dom.Document javaObj)
          Unmarshall SOAParameterType object from a Document representation fragment object
 

Methods in com.ebmwebsourcing.wsstar.notification.extension.inout with parameters of type SOAParameterType
 org.w3c.dom.Document WSNotificationExtensionWriter.writeSOAParameterType(SOAParameterType javaObj)
          marchall a SOAParameterType object.
 

Uses of SOAParameterType in com.ebmwebsourcing.wsstar.notification.extension.utils
 

Methods in com.ebmwebsourcing.wsstar.notification.extension.utils that return SOAParameterType
static SOAParameterType WsnSpecificTypeHelper.getSOAParameter(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.QueryExpressionType msgContent)
          Method used to get SOAParameterType object from QueryExpressionType object
static SOAParameterType WsnSpecificTypeHelper.getSOAParameter(com.ebmwebsourcing.wsstar.addressing.definition.api.ReferenceParametersType refParams)
          Method used to get SOAParameterType object from ReferenceParametersType object
 

Methods in com.ebmwebsourcing.wsstar.notification.extension.utils with parameters of type SOAParameterType
static void WsnSpecificTypeHelper.setSOAParameter(SOAParameterType soaParamObj, com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.QueryExpressionType msgContent)
          Method used to set an xml fragment representation of a SOAParameterType object into a QueryExpressionType object
static void WsnSpecificTypeHelper.setSOAParameter(SOAParameterType soaParamObj, com.ebmwebsourcing.wsstar.addressing.definition.api.ReferenceParametersType refParams)
          Method used to set an xml fragment representation of a SOAParameterType object into a ReferenceParametersType object
 



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