org.apache.geronimo.cxf
Class GeronimoDestination
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.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 classes/interfaces inherited from class org.apache.cxf.transport.AbstractDestination |
org.apache.cxf.transport.AbstractDestination.AbstractBackChannelConduit |
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)
|
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 |
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
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.