Package org.jboss.test.webservice.samples

Interface Summary
Organization (src) An example of a service endpoint
OrganizationClientHome (src) An example of a remote home interface
OrganizationClientRemote (src) An example of a remote interface
OrganizationHome (src) An example of a remote home interface
OrganizationRemote (src) An example of a remote interface
OrganizationService (src) An example of a service interface
 

Class Summary
ClientSideApplTestCase (src) Test access to the webservice via an application client
ClientSideEJBTestCase (src) Test access to the webservice via an EJB client
ClientSideHandler (src) A simple client side handler
ClientSideJSETestCase (src) Test access to the webservice via an servlet client
OrganizationClientBean (src) An example of a SLSB
OrganizationClientServlet (src) An example of a webservice client servlet
OrganizationEJBEndpoint (src) An example of an EJB service endpoint.
OrganizationJMSEndpoint (src) An example of a MDB acting as a web service endpoint.
OrganizationJSEEndpoint (src) An example of a java service endpoint.
Person (src) An example of a complex user type
ServerSideEJBSecTestCase (src) A web service client that connects to a secured SLSB endpoint using.
ServerSideEJBTestCase (src) A web service client that connects to a SLSB endpoint using the dynamic invokation interface (DII).
ServerSideHandler (src) A simple server side handler
ServerSideJMSTestCase (src) A web service client that connects to a MDB endpoint using the dynamic invokation interface (DII).
ServerSideJSETestCase (src) An example that accesses a java service endpoint