| java.lang.Object org.apache.openejb.server.webservices.WsService org.apache.openejb.server.axis.AxisService
destroyEjbWsContainer | protected void destroyEjbWsContainer(String deploymentId)(Code) | | |
destroyPojoWsContainer | protected void destroyPojoWsContainer(String serviceId)(Code) | | |
Methods inherited from org.apache.openejb.server.webservices.WsService | public void afterApplicationCreated(AppInfo appInfo)(Code)(Java Doc) public void afterApplicationCreated(WebAppInfo webApp)(Code)(Java Doc) public void beforeApplicationDestroyed(AppInfo appInfo)(Code)(Java Doc) abstract protected HttpListener createEjbWsContainer(URL moduleBaseUrl, PortData port, DeploymentInfo deploymentInfo) throws Exception(Code)(Java Doc) abstract protected HttpListener createPojoWsContainer(URL moduleBaseUrl, PortData port, String serviceId, Class target, Context context, String contextRoot) throws Exception(Code)(Java Doc) abstract protected void destroyEjbWsContainer(String deploymentId)(Code)(Java Doc) abstract protected void destroyPojoWsContainer(String serviceId)(Code)(Java Doc) public String getAuthMethod()(Code)(Java Doc) public static String getEjbType(int type)(Code)(Java Doc) public String getIP()(Code)(Java Doc) public int getPort()(Code)(Java Doc) public String getRealmName()(Code)(Java Doc) public String getTransportGuarantee()(Code)(Java Doc) public String getVirtualHost()(Code)(Java Doc) public StringTemplate getWsAddressTemplate()(Code)(Java Doc) public void init(Properties props) throws Exception(Code)(Java Doc) public void service(InputStream in, OutputStream out) throws ServiceException, IOException(Code)(Java Doc) public void service(Socket socket) throws ServiceException, IOException(Code)(Java Doc) public void setAuthMethod(String authMethod)(Code)(Java Doc) public void setRealmName(String realmName)(Code)(Java Doc) public void setTransportGuarantee(String transportGuarantee)(Code)(Java Doc) public void setVirtualHost(String virtualHost)(Code)(Java Doc) public void setWsAddressTemplate(StringTemplate wsAddressTemplate)(Code)(Java Doc) public void start() throws ServiceException(Code)(Java Doc) public void stop() throws ServiceException(Code)(Java Doc)
|
|
|