org.codehaus.xfire.transport
Interface Transport
- All Superinterfaces:
- ChannelFactory, HandlerSupport
- All Known Subinterfaces:
- SoapTransport, WSDL11Transport
- All Known Implementing Classes:
- AbstractTransport, DeadLetterTransport, DelegatedTransport, HttpTransport, LocalTransport, SoapHttpTransport
public interface Transport
- extends ChannelFactory, HandlerSupport
Transport
- Author:
- Dan Diephouse
isUriSupported
boolean isUriSupported(String uri)
getSupportedBindings
String[] getSupportedBindings()
dispose
void dispose()
findBinding
Binding findBinding(MessageContext context,
Service service)
Copyright © 2004-2013. All Rights Reserved.