org.apache.cxf.transport.servlet
Class ServletDestination
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractDestination
org.apache.cxf.transport.AbstractMultiplexDestination
org.apache.cxf.transport.http.AbstractHTTPDestination
org.apache.cxf.transport.servlet.ServletDestination
- All Implemented Interfaces:
- 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 ServletDestination
- extends AbstractHTTPDestination
| Nested classes/interfaces inherited from class org.apache.cxf.transport.AbstractDestination |
org.apache.cxf.transport.AbstractDestination.AbstractBackChannelConduit |
| Fields inherited from class org.apache.cxf.transport.AbstractDestination |
endpointInfo, reference |
| Fields inherited from class org.apache.cxf.transport.AbstractObservable |
incomingObserver |
|
Constructor Summary |
ServletDestination(org.apache.cxf.Bus b,
org.apache.cxf.transport.ConduitInitiator ci,
org.apache.cxf.service.model.EndpointInfo ei)
Constructor, allowing subsititution of configuration. |
|
Method Summary |
protected void |
copyResponseHeaders(org.apache.cxf.message.Message message,
javax.servlet.http.HttpServletResponse response)
Copy the response headers into the response. |
protected void |
doMessage(org.apache.cxf.message.MessageImpl inMessage)
|
org.apache.cxf.service.model.EndpointInfo |
getEndpointInfo()
|
protected java.util.logging.Logger |
getLogger()
|
org.apache.cxf.transport.MessageObserver |
getMessageObserver()
|
| Methods inherited from class org.apache.cxf.transport.http.AbstractHTTPDestination |
assertMessage, canAssert, contextMatchOnExact, copyRequestHeaders, flushHeaders, getAddressValue, getAddressValue, getAddressWithId, getBeanName, getContextMatchStrategy, getId, getInbuiltBackChannel, getServer, isFixedParameterOrder, isMultiplexWithAddress, isOneWay, markPartialResponse, setContextMatchStrategy, setFixedParameterOrder, setHeaders, setMultiplexWithAddress, setServer, updateResponseHeaders |
| Methods inherited from class org.apache.cxf.transport.AbstractDestination |
getAddress, getBackChannel, getConduitInitiator, shutdown |
| Methods inherited from class org.apache.cxf.transport.AbstractObservable |
activate, deactivate, getTargetReference, getTargetReference, setMessageObserver |
| 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, getBackChannel, shutdown |
| Methods inherited from interface org.apache.cxf.transport.Observable |
setMessageObserver |
ServletDestination
public ServletDestination(org.apache.cxf.Bus b,
org.apache.cxf.transport.ConduitInitiator ci,
org.apache.cxf.service.model.EndpointInfo ei)
throws java.io.IOException
- Constructor, allowing subsititution of configuration.
- Parameters:
b - the associated Busci - the associated conduit initiatorei - the endpoint info of the destinationcfg - the configuration
- Throws:
java.io.IOException
getLogger
protected java.util.logging.Logger getLogger()
- Specified by:
getLogger in class org.apache.cxf.transport.AbstractObservable
copyResponseHeaders
protected void copyResponseHeaders(org.apache.cxf.message.Message message,
javax.servlet.http.HttpServletResponse response)
- Copy the response headers into the response.
- Overrides:
copyResponseHeaders in class AbstractHTTPDestination
- Parameters:
message - the current messageheaders - the current set of headers
doMessage
protected void doMessage(org.apache.cxf.message.MessageImpl inMessage)
throws java.io.IOException
- Throws:
java.io.IOException
getMessageObserver
public org.apache.cxf.transport.MessageObserver getMessageObserver()
- Specified by:
getMessageObserver in interface org.apache.cxf.transport.Destination- Overrides:
getMessageObserver in class org.apache.cxf.transport.AbstractObservable
getEndpointInfo
public org.apache.cxf.service.model.EndpointInfo getEndpointInfo()
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.