org.apache.cxf.transport.servlet
Class ServletTransportFactory
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.transport.servlet.ServletTransportFactory
- All Implemented Interfaces:
- org.apache.cxf.transport.DestinationFactory
public class ServletTransportFactory
- extends org.apache.cxf.transport.AbstractTransportFactory
- implements org.apache.cxf.transport.DestinationFactory
| Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory |
getTransportIds, getUriPrefixes, setTransportIds |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.transport.DestinationFactory |
getTransportIds, getUriPrefixes |
ServletTransportFactory
public ServletTransportFactory(org.apache.cxf.Bus b)
ServletTransportFactory
public ServletTransportFactory()
getBus
public org.apache.cxf.Bus getBus()
setBus
public void setBus(org.apache.cxf.Bus bus)
getDestination
public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo)
throws java.io.IOException
- Specified by:
getDestination in interface org.apache.cxf.transport.DestinationFactory
- Throws:
java.io.IOException
getDestinationForPath
public ServletDestination getDestinationForPath(java.lang.String path)
getDestinations
public java.util.Collection<ServletDestination> getDestinations()
getDestinationsPaths
public java.util.Set<java.lang.String> getDestinationsPaths()
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.