public class EjbWebServiceDispatcher extends Object implements EjbMessageDispatcher
| Constructor and Description |
|---|
EjbWebServiceDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected SOAPMessage |
createSOAPMessage(javax.servlet.http.HttpServletRequest request,
MimeHeaders headers) |
void |
invoke(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.ServletContext ctxt,
EjbRuntimeEndpointInfo endpointInfo) |
protected byte[] |
readFully(InputStream istream) |
public void invoke(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.ServletContext ctxt,
EjbRuntimeEndpointInfo endpointInfo)
invoke in interface EjbMessageDispatcherprotected SOAPMessage createSOAPMessage(javax.servlet.http.HttpServletRequest request, MimeHeaders headers) throws IOException
IOExceptionprotected byte[] readFully(InputStream istream) throws IOException
IOExceptionCopyright © 2017. All rights reserved.