| org.apache.cxf.transport.http.AbstractHTTPDestination
All known Subclasses: org.apache.cxf.transport.http_jetty.JettyHTTPDestination, org.apache.cxf.transport.servlet.ServletDestination,
AbstractHTTPDestination | abstract public class AbstractHTTPDestination extends AbstractMultiplexDestination implements Configurable,Assertor(Code) | | Common base for HTTP Destination implementations.
|
Inner Class :public class BackChannelConduit extends AbstractDestination.AbstractBackChannelConduit | |
PROTOCOL_HEADERS_CONTENT_TYPE | final public static String PROTOCOL_HEADERS_CONTENT_TYPE(Code) | | |
bus | final protected Bus bus(Code) | | |
conduitInitiator | final protected ConduitInitiator conduitInitiator(Code) | | |
contextMatchStrategy | protected String contextMatchStrategy(Code) | | |
fixedParameterOrder | protected boolean fixedParameterOrder(Code) | | |
multiplexWithAddress | protected boolean multiplexWithAddress(Code) | | |
server | protected HTTPServerPolicy server(Code) | | |
AbstractHTTPDestination | public AbstractHTTPDestination(Bus b, ConduitInitiator ci, EndpointInfo ei, boolean dp) throws IOException(Code) | | Constructor
Parameters: b - the associated Bus Parameters: ci - the associated conduit initiator Parameters: ei - the endpoint info of the destination Parameters: dp - ture for adding the default port if it is missing throws: IOException - |
assertMessage | public void assertMessage(Message message)(Code) | | |
contextMatchOnExact | protected boolean contextMatchOnExact()(Code) | | |
copyRequestHeaders | protected void copyRequestHeaders(Message message, Map<String, List<String>> headers)(Code) | | Copy the request headers into the message.
Parameters: message - the current message Parameters: headers - the current set of headers |
copyResponseHeaders | protected void copyResponseHeaders(Message message, HttpServletResponse response)(Code) | | Copy the response headers into the response.
Parameters: message - the current message Parameters: headers - the current set of headers |
getAddressValue | protected static EndpointInfo getAddressValue(EndpointInfo ei)(Code) | | |
getAddressValue | protected static EndpointInfo getAddressValue(EndpointInfo ei, boolean dp)(Code) | | |
getAddressWithId | public EndpointReferenceType getAddressWithId(String id)(Code) | | |
getContextMatchStrategy | public String getContextMatchStrategy()(Code) | | |
getInbuiltBackChannel | protected Conduit getInbuiltBackChannel(Message inMessage)(Code) | | Parameters: inMessage - the incoming message the inbuilt backchannel |
getServer | public HTTPServerPolicy getServer()(Code) | | |
isFixedParameterOrder | public boolean isFixedParameterOrder()(Code) | | |
isMultiplexWithAddress | public boolean isMultiplexWithAddress()(Code) | | |
isOneWay | final protected boolean isOneWay(Message message)(Code) | | Parameters: message - the message under consideration true iff the message has been marked as oneway |
markPartialResponse | protected boolean markPartialResponse(Message partialResponse, EndpointReferenceType decoupledTarget)(Code) | | Mark message as a partial message.
Parameters: partialResponse - the partial response message Parameters: the - decoupled target true iff partial responses are supported |
setContextMatchStrategy | public void setContextMatchStrategy(String contextMatchStrategy)(Code) | | |
setFixedParameterOrder | public void setFixedParameterOrder(boolean fixedParameterOrder)(Code) | | |
setHeaders | protected void setHeaders(Message message)(Code) | | Cache HTTP headers in message.
Parameters: message - the current message |
setMultiplexWithAddress | public void setMultiplexWithAddress(boolean multiplexWithAddress)(Code) | | |
setServer | public void setServer(HTTPServerPolicy server)(Code) | | |
updateResponseHeaders | protected void updateResponseHeaders(Message message)(Code) | | |
|
|