| org.apache.geronimo.cxf.GeronimoDestination
GeronimoDestination | public class GeronimoDestination extends AbstractHTTPDestination implements Serializable(Code) | | |
Inner Class :protected class BackChannelConduit implements Conduit | |
Constructor Summary | |
public | GeronimoDestination(Bus bus, ConduitInitiator conduitInitiator, EndpointInfo endpointInfo) |
GeronimoDestination | public GeronimoDestination(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) | | |
getPassSecurityContext | public boolean getPassSecurityContext()(Code) | | |
invoke | public void invoke(Request request, Response response) throws Exception(Code) | | |
setContentType | protected void setContentType(Message message, Response response)(Code) | | |
setMessageObserver | public void setMessageObserver(MessageObserver messageObserver)(Code) | | |
setPassSecurityContext | public void setPassSecurityContext(boolean passSecurityContext)(Code) | | |
shutdown | public void shutdown()(Code) | | |
|
|