org.apache.cxf.transport.http
Class AbstractHTTPDestination
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractDestination
org.apache.cxf.transport.AbstractMultiplexDestination
org.apache.cxf.transport.http.AbstractHTTPDestination
- All Implemented Interfaces:
- Configurable, Destination, DestinationWithEndpoint, MultiplexDestination, Observable, Assertor
- Direct Known Subclasses:
- ServletDestination
public abstract class AbstractHTTPDestination
- extends AbstractMultiplexDestination
- implements Configurable, Assertor
Common base for HTTP Destination implementations.
|
Method Summary |
void |
assertMessage(Message message)
|
boolean |
canAssert(javax.xml.namespace.QName type)
|
protected boolean |
contextMatchOnExact()
|
protected void |
copyRequestHeaders(Message message,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
Copy the request headers into the message. |
protected void |
copyResponseHeaders(Message message,
javax.servlet.http.HttpServletResponse response)
Copy the response headers into the response. |
protected java.io.OutputStream |
flushHeaders(Message outMessage)
|
protected static EndpointInfo |
getAddressValue(EndpointInfo ei)
|
protected static EndpointInfo |
getAddressValue(EndpointInfo ei,
boolean dp)
|
EndpointReferenceType |
getAddressWithId(java.lang.String id)
|
protected java.lang.String |
getBasePath(java.lang.String contextPath)
|
java.lang.String |
getBeanName()
|
protected ConduitInitiator |
getConduitInitiator()
|
java.lang.String |
getContextMatchStrategy()
|
java.lang.String |
getId(java.util.Map context)
|
protected Conduit |
getInbuiltBackChannel(Message inMessage)
|
HTTPServerPolicy |
getServer()
|
boolean |
isFixedParameterOrder()
|
boolean |
isMultiplexWithAddress()
|
protected boolean |
isOneWay(Message message)
|
protected boolean |
isPartialResponse(Message m)
|
protected boolean |
markPartialResponse(Message partialResponse,
EndpointReferenceType decoupledTarget)
Mark message as a partial message. |
void |
setContextMatchStrategy(java.lang.String contextMatchStrategy)
|
void |
setFixedParameterOrder(boolean fixedParameterOrder)
|
protected void |
setHeaders(Message message)
Cache HTTP headers in message. |
void |
setMultiplexWithAddress(boolean multiplexWithAddress)
|
void |
setServer(HTTPServerPolicy server)
|
protected void |
setupMessage(Message inMessage,
javax.servlet.ServletConfig config,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
protected void |
setupMessage(Message inMessage,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
protected void |
updateResponseHeaders(Message message)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTP_REQUEST
public static final java.lang.String HTTP_REQUEST
- See Also:
- Constant Field Values
HTTP_RESPONSE
public static final java.lang.String HTTP_RESPONSE
- See Also:
- Constant Field Values
HTTP_CONTEXT
public static final java.lang.String HTTP_CONTEXT
- See Also:
- Constant Field Values
HTTP_CONFIG
public static final java.lang.String HTTP_CONFIG
- See Also:
- Constant Field Values
PROTOCOL_HEADERS_CONTENT_TYPE
public static final java.lang.String PROTOCOL_HEADERS_CONTENT_TYPE
PARTIAL_RESPONSE
public static final java.lang.String PARTIAL_RESPONSE
RESPONSE_COMMITED
public static final java.lang.String RESPONSE_COMMITED
- See Also:
- Constant Field Values
bus
protected final Bus bus
conduitInitiator
protected final ConduitInitiator conduitInitiator
server
protected HTTPServerPolicy server
contextMatchStrategy
protected java.lang.String contextMatchStrategy
fixedParameterOrder
protected boolean fixedParameterOrder
multiplexWithAddress
protected boolean multiplexWithAddress
AbstractHTTPDestination
public AbstractHTTPDestination(Bus b,
ConduitInitiator ci,
EndpointInfo ei,
boolean dp)
throws java.io.IOException
- Constructor
- Parameters:
b - the associated Busci - the associated conduit initiatorei - the endpoint info of the destinationdp - true for adding the default port if it is missing
- Throws:
java.io.IOException
setHeaders
protected void setHeaders(Message message)
- Cache HTTP headers in message.
- Parameters:
message - the current message
updateResponseHeaders
protected void updateResponseHeaders(Message message)
isOneWay
protected final boolean isOneWay(Message message)
- Parameters:
message - the message under consideration
- Returns:
- true iff the message has been marked as oneway
getConduitInitiator
protected ConduitInitiator getConduitInitiator()
- Overrides:
getConduitInitiator in class AbstractDestination
- Returns:
- the associated conduit initiator
copyRequestHeaders
protected void copyRequestHeaders(Message message,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
- Copy the request headers into the message.
- Parameters:
message - the current messageheaders - the current set of headers
copyResponseHeaders
protected void copyResponseHeaders(Message message,
javax.servlet.http.HttpServletResponse response)
- Copy the response headers into the response.
- Parameters:
message - the current messageheaders - the current set of headers
setupMessage
protected void setupMessage(Message inMessage,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws java.io.IOException
- Throws:
java.io.IOException
setupMessage
protected void setupMessage(Message inMessage,
javax.servlet.ServletConfig config,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws java.io.IOException
- Throws:
java.io.IOException
getBasePath
protected java.lang.String getBasePath(java.lang.String contextPath)
throws java.io.IOException
- Throws:
java.io.IOException
getAddressValue
protected static EndpointInfo getAddressValue(EndpointInfo ei)
getAddressValue
protected static EndpointInfo getAddressValue(EndpointInfo ei,
boolean dp)
getInbuiltBackChannel
protected Conduit getInbuiltBackChannel(Message inMessage)
- Specified by:
getInbuiltBackChannel in class AbstractDestination
- Parameters:
inMessage - the incoming message
- Returns:
- the inbuilt backchannel
markPartialResponse
protected final boolean markPartialResponse(Message partialResponse,
EndpointReferenceType decoupledTarget)
- Mark message as a partial message.
- Overrides:
markPartialResponse in class AbstractDestination
- Parameters:
partialResponse - the partial response messagethe - decoupled target
- Returns:
- true iff partial responses are supported
isPartialResponse
protected boolean isPartialResponse(Message m)
flushHeaders
protected java.io.OutputStream flushHeaders(Message outMessage)
throws java.io.IOException
- Throws:
java.io.IOException
contextMatchOnExact
protected boolean contextMatchOnExact()
getBeanName
public java.lang.String getBeanName()
- Specified by:
getBeanName in interface Configurable
getAddressWithId
public EndpointReferenceType getAddressWithId(java.lang.String id)
- Specified by:
getAddressWithId in interface MultiplexDestination- Overrides:
getAddressWithId in class AbstractMultiplexDestination
getId
public java.lang.String getId(java.util.Map context)
- Specified by:
getId in interface MultiplexDestination- Overrides:
getId in class AbstractMultiplexDestination
getContextMatchStrategy
public java.lang.String getContextMatchStrategy()
setContextMatchStrategy
public void setContextMatchStrategy(java.lang.String contextMatchStrategy)
isFixedParameterOrder
public boolean isFixedParameterOrder()
setFixedParameterOrder
public void setFixedParameterOrder(boolean fixedParameterOrder)
isMultiplexWithAddress
public boolean isMultiplexWithAddress()
setMultiplexWithAddress
public void setMultiplexWithAddress(boolean multiplexWithAddress)
getServer
public HTTPServerPolicy getServer()
setServer
public void setServer(HTTPServerPolicy server)
assertMessage
public void assertMessage(Message message)
- Specified by:
assertMessage in interface Assertor
canAssert
public boolean canAssert(javax.xml.namespace.QName type)
- Specified by:
canAssert in interface Assertor
Apache CXF