org.codehaus.xfire.wsdl11.parser
Class WSDLServiceConfigurator

java.lang.Object
  extended by org.codehaus.xfire.wsdl11.parser.WSDLServiceConfigurator

public class WSDLServiceConfigurator
extends java.lang.Object

Configures a prexisting Service via a WSDL.

Author:
Dan Diephouse

Field Summary
protected  Definition definition
           
 
Constructor Summary
WSDLServiceConfigurator(ServiceInfo serviceInfo, Definition definition, javax.wsdl.Service wservice, PortType portType, java.util.Collection ports, BindingProvider bindingProvider, TransportManager transportManager)
           
WSDLServiceConfigurator(Service service, java.net.URL url, TransportManager transportManager)
           
 
Method Summary
protected  void begin(javax.wsdl.Service wservice, PortType portType)
           
 void configure()
           
protected  void end(javax.wsdl.Service wservice, PortType portType)
           
protected  BindingAnnotator getBindingAnnotator(Binding binding)
           
 Definition getDefinition()
           
 Service getService()
           
 TransportManager getTransportManager()
           
 void setTransportManager(TransportManager transportManager)
           
protected  void visit(Binding binding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

definition

protected final Definition definition
Constructor Detail

WSDLServiceConfigurator

public WSDLServiceConfigurator(Service service,
                               java.net.URL url,
                               TransportManager transportManager)
                        throws WSDLException,
                               java.io.IOException
Throws:
WSDLException
java.io.IOException

WSDLServiceConfigurator

public WSDLServiceConfigurator(ServiceInfo serviceInfo,
                               Definition definition,
                               javax.wsdl.Service wservice,
                               PortType portType,
                               java.util.Collection ports,
                               BindingProvider bindingProvider,
                               TransportManager transportManager)
Method Detail

getDefinition

public Definition getDefinition()

getTransportManager

public TransportManager getTransportManager()

setTransportManager

public void setTransportManager(TransportManager transportManager)

configure

public void configure()
               throws java.lang.Exception
Throws:
java.lang.Exception

visit

protected void visit(Binding binding)

getBindingAnnotator

protected BindingAnnotator getBindingAnnotator(Binding binding)

begin

protected void begin(javax.wsdl.Service wservice,
                     PortType portType)

end

protected void end(javax.wsdl.Service wservice,
                   PortType portType)

getService

public Service getService()


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.