| org.apache.openejb.server.cxf.HttpDestination
HttpDestination | public class HttpDestination extends AbstractHTTPDestination (Code) | | |
Inner Class :protected class BackChannelConduit implements Conduit | |
Constructor Summary | |
public | HttpDestination(Bus bus, ConduitInitiator conduitInitiator, EndpointInfo endpointInfo) |
HttpDestination | public HttpDestination(Bus bus, ConduitInitiator conduitInitiator, EndpointInfo endpointInfo) throws IOException(Code) | | |
getBackChannel | public Conduit getBackChannel(Message inMessage, Message partialResponse, EndpointReferenceType address) throws IOException(Code) | | |
getEndpointInfo | public EndpointInfo getEndpointInfo()(Code) | | |
getInbuiltBackChannel | public Conduit getInbuiltBackChannel(Message inMessage)(Code) | | |
getMessageObserver | public synchronized MessageObserver getMessageObserver()(Code) | | |
getPassSecurityContext | public boolean getPassSecurityContext()(Code) | | |
setMessageObserver | public synchronized void setMessageObserver(MessageObserver messageObserver)(Code) | | |
setPassSecurityContext | public void setPassSecurityContext(boolean passSecurityContext)(Code) | | |
shutdown | public void shutdown()(Code) | | |
|
|