org.apache.cxf.transport
Class TransportFinder<T>
java.lang.Object
org.apache.cxf.transport.TransportFinder<T>
public class TransportFinder<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransportFinder
public TransportFinder(Bus b,
Map<String,T> m,
Set<String> l,
Class<T> c)
findTransportForNamespace
public T findTransportForNamespace(String namespace)
findTransportForURI
public T findTransportForURI(String uri)
checkForURI
public T checkForURI(String uri)
Apache CXF