bexee.wsdl
Class WSDLBindingFactory

java.lang.Object
  extended bybexee.wsdl.WSDLBindingFactory

public class WSDLBindingFactory
extends java.lang.Object

This class is used as a WSDL:Binding and WSDL:Service factory. It will be used for the generation of concrete bindings and services for abstract web services.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:16 $
Author:
Patric Fornasier, Pawel Kowalski

Constructor Summary
WSDLBindingFactory()
           
 
Method Summary
 javax.wsdl.Definition addBinding(javax.wsdl.Definition definition, java.lang.String uri)
          Add a binding information to the Definitions instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLBindingFactory

public WSDLBindingFactory()
Method Detail

addBinding

public javax.wsdl.Definition addBinding(javax.wsdl.Definition definition,
                                        java.lang.String uri)
                                 throws javax.wsdl.WSDLException
Add a binding information to the Definitions instance. Uses the given URI String as the service location.

Parameters:
definition -
uri -
Returns:
@throws WSDLException
Throws:
javax.wsdl.WSDLException


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.