org.codehaus.xfire.wsdl11.parser
Class WSDLServiceConfigurator
java.lang.Object
org.codehaus.xfire.wsdl11.parser.WSDLServiceConfigurator
public class WSDLServiceConfigurator
- extends java.lang.Object
Configures a prexisting Service via a WSDL.
- Author:
- Dan Diephouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
definition
protected final Definition definition
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)
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.