org.codehaus.xfire.wsdl11
Interface WSDL11Transport

All Superinterfaces:
ChannelFactory, HandlerSupport, Transport
All Known Implementing Classes:
SoapHttpTransport

public interface WSDL11Transport
extends Transport

Indicates that a particular transport supports WSDL 1.1 generation.

Author:
Dan Diephouse

Method Summary
 String getName()
           
 String getServiceURL(Service service)
           
 
Methods inherited from interface org.codehaus.xfire.transport.Transport
dispose, findBinding, getSupportedBindings, isUriSupported
 
Methods inherited from interface org.codehaus.xfire.transport.ChannelFactory
close, createChannel, createChannel
 
Methods inherited from interface org.codehaus.xfire.handler.HandlerSupport
getFaultHandlers, getInHandlers, getOutHandlers
 

Method Detail

getName

String getName()

getServiceURL

String getServiceURL(Service service)


Copyright © 2004-2013. All Rights Reserved.