org.apache.cxf.transport.servlet
Class ServletTransportFactory

java.lang.Object
  extended by org.apache.cxf.transport.AbstractTransportFactory
      extended by 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


Constructor Summary
ServletTransportFactory()
           
ServletTransportFactory(org.apache.cxf.Bus b)
           
 
Method Summary
 org.apache.cxf.Bus getBus()
           
 org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo)
           
 ServletDestination getDestinationForPath(java.lang.String path)
           
 java.util.Collection<ServletDestination> getDestinations()
           
 java.util.Set<java.lang.String> getDestinationsPaths()
           
 void setBus(org.apache.cxf.Bus bus)
           
 
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
 

Constructor Detail

ServletTransportFactory

public ServletTransportFactory(org.apache.cxf.Bus b)

ServletTransportFactory

public ServletTransportFactory()
Method Detail

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.