org.apache.geronimo.cxf
Class GeronimoDestination

java.lang.Object
  extended by org.apache.cxf.transport.AbstractObservable
      extended by org.apache.cxf.transport.AbstractDestination
          extended by org.apache.cxf.transport.AbstractMultiplexDestination
              extended by org.apache.cxf.transport.http.AbstractHTTPDestination
                  extended by org.apache.geronimo.cxf.GeronimoDestination
All Implemented Interfaces:
Serializable, org.apache.cxf.configuration.Configurable, org.apache.cxf.transport.Destination, org.apache.cxf.transport.MultiplexDestination, org.apache.cxf.transport.Observable, org.apache.cxf.ws.policy.Assertor

public class GeronimoDestination
extends org.apache.cxf.transport.http.AbstractHTTPDestination
implements Serializable

See Also:
Serialized Form

Nested Class Summary
protected  class GeronimoDestination.BackChannelConduit
           
 
Nested classes/interfaces inherited from class org.apache.cxf.transport.AbstractDestination
org.apache.cxf.transport.AbstractDestination.AbstractBackChannelConduit
 
Field Summary
 
Fields inherited from class org.apache.cxf.transport.http.AbstractHTTPDestination
bus, conduitInitiator, contextMatchStrategy, fixedParameterOrder, HTTP_CONTEXT, HTTP_REQUEST, HTTP_RESPONSE, multiplexWithAddress, PROTOCOL_HEADERS_CONTENT_TYPE, server
 
Fields inherited from class org.apache.cxf.transport.AbstractDestination
endpointInfo, reference
 
Fields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver
 
Constructor Summary
GeronimoDestination(org.apache.cxf.Bus bus, org.apache.cxf.transport.ConduitInitiator conduitInitiator, org.apache.cxf.service.model.EndpointInfo endpointInfo)
           
 
Method Summary
protected  void copyRequestHeaders(org.apache.cxf.message.Message message, Map<String,List<String>> headers)
           
 org.apache.cxf.transport.Conduit getBackChannel(org.apache.cxf.message.Message inMessage, org.apache.cxf.message.Message partialResponse, org.apache.cxf.ws.addressing.EndpointReferenceType address)
           
 org.apache.cxf.service.model.EndpointInfo getEndpointInfo()
           
 org.apache.cxf.transport.Conduit getInbuiltBackChannel(org.apache.cxf.message.Message inMessage)
           
 Logger getLogger()
           
 boolean getPassSecurityContext()
           
 void invoke(WebServiceContainer.Request request, WebServiceContainer.Response response)
           
protected  void setContentType(org.apache.cxf.message.Message message, WebServiceContainer.Response response)
           
 void setMessageObserver(org.apache.cxf.transport.MessageObserver messageObserver)
           
 void setPassSecurityContext(boolean passSecurityContext)
           
 void shutdown()
           
 
Methods inherited from class org.apache.cxf.transport.http.AbstractHTTPDestination
assertMessage, canAssert, contextMatchOnExact, copyResponseHeaders, flushHeaders, getAddressValue, getAddressValue, getAddressWithId, getBeanName, getContextMatchStrategy, getId, getServer, isFixedParameterOrder, isMultiplexWithAddress, isOneWay, markPartialResponse, setContextMatchStrategy, setFixedParameterOrder, setHeaders, setMultiplexWithAddress, setServer, updateResponseHeaders
 
Methods inherited from class org.apache.cxf.transport.AbstractDestination
getAddress, getConduitInitiator
 
Methods inherited from class org.apache.cxf.transport.AbstractObservable
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference
 
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.Destination
getAddress, getMessageObserver
 

Constructor Detail

GeronimoDestination

public GeronimoDestination(org.apache.cxf.Bus bus,
                           org.apache.cxf.transport.ConduitInitiator conduitInitiator,
                           org.apache.cxf.service.model.EndpointInfo endpointInfo)
                    throws IOException
Throws:
IOException
Method Detail

setPassSecurityContext

public void setPassSecurityContext(boolean passSecurityContext)

getPassSecurityContext

public boolean getPassSecurityContext()

getEndpointInfo

public org.apache.cxf.service.model.EndpointInfo getEndpointInfo()

invoke

public void invoke(WebServiceContainer.Request request,
                   WebServiceContainer.Response response)
            throws Exception
Throws:
Exception

copyRequestHeaders

protected void copyRequestHeaders(org.apache.cxf.message.Message message,
                                  Map<String,List<String>> headers)
Overrides:
copyRequestHeaders in class org.apache.cxf.transport.http.AbstractHTTPDestination

getLogger

public Logger getLogger()
Specified by:
getLogger in class org.apache.cxf.transport.AbstractObservable

getInbuiltBackChannel

public org.apache.cxf.transport.Conduit getInbuiltBackChannel(org.apache.cxf.message.Message inMessage)
Overrides:
getInbuiltBackChannel in class org.apache.cxf.transport.http.AbstractHTTPDestination

getBackChannel

public org.apache.cxf.transport.Conduit getBackChannel(org.apache.cxf.message.Message inMessage,
                                                       org.apache.cxf.message.Message partialResponse,
                                                       org.apache.cxf.ws.addressing.EndpointReferenceType address)
                                                throws IOException
Specified by:
getBackChannel in interface org.apache.cxf.transport.Destination
Overrides:
getBackChannel in class org.apache.cxf.transport.AbstractDestination
Throws:
IOException

shutdown

public void shutdown()
Specified by:
shutdown in interface org.apache.cxf.transport.Destination
Overrides:
shutdown in class org.apache.cxf.transport.AbstractDestination

setMessageObserver

public void setMessageObserver(org.apache.cxf.transport.MessageObserver messageObserver)
Specified by:
setMessageObserver in interface org.apache.cxf.transport.Observable
Overrides:
setMessageObserver in class org.apache.cxf.transport.AbstractObservable

setContentType

protected void setContentType(org.apache.cxf.message.Message message,
                              WebServiceContainer.Response response)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.