org.ow2.orchestra.cxf
Class OrchestraCxfServletTransportFactory

java.lang.Object
  extended by org.apache.cxf.transport.AbstractTransportFactory
      extended by org.apache.cxf.transport.http.AbstractHTTPTransportFactory
          extended by org.apache.cxf.transport.servlet.ServletTransportFactory
              extended by org.ow2.orchestra.cxf.OrchestraCxfServletTransportFactory
All Implemented Interfaces:
org.apache.cxf.transport.ConduitInitiator, org.apache.cxf.transport.DestinationFactory, org.apache.cxf.wsdl11.WSDLEndpointFactory

public class OrchestraCxfServletTransportFactory
extends org.apache.cxf.transport.servlet.ServletTransportFactory


Field Summary
 
Fields inherited from class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
activationNamespaces, bus
 
Constructor Summary
OrchestraCxfServletTransportFactory(org.apache.cxf.Bus bus, java.lang.String context)
           
 
Method Summary
 org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo)
          Publish destination with an address relative to the servlet context.
 
Methods inherited from class org.apache.cxf.transport.servlet.ServletTransportFactory
getDestinationForPath, getDestinationForPath, getDestinations, getDestinationsPaths, register, removeDestination, setBus, setServletController
 
Methods inherited from class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
configure, configure, createEndpointInfo, createPortExtensors, getBus, getConduit, getConduit, getUriPrefixes, registerWithBindingManager, setActivationNamespaces
 
Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory
getTransportIds, 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
 
Methods inherited from interface org.apache.cxf.transport.ConduitInitiator
getTransportIds
 

Constructor Detail

OrchestraCxfServletTransportFactory

public OrchestraCxfServletTransportFactory(org.apache.cxf.Bus bus,
                                           java.lang.String context)
Method Detail

getDestination

public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo)
                                                    throws java.io.IOException
Publish destination with an address relative to the servlet context.

Specified by:
getDestination in interface org.apache.cxf.transport.DestinationFactory
Overrides:
getDestination in class org.apache.cxf.transport.servlet.ServletTransportFactory
Throws:
java.io.IOException


Copyright © 2010 OW2 Consortium. All Rights Reserved.