Uses of Class
org.apache.openejb.jee.sun.WebserviceEndpoint
-
Packages that use WebserviceEndpoint Package Description org.apache.openejb.jee.sun Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of WebserviceEndpoint in org.apache.openejb.jee.sun
Fields in org.apache.openejb.jee.sun with type parameters of type WebserviceEndpoint Modifier and Type Field Description protected KeyedCollection<String,WebserviceEndpoint>Ejb. webserviceEndpointprotected KeyedCollection<String,WebserviceEndpoint>Servlet. webserviceEndpointMethods in org.apache.openejb.jee.sun that return types with arguments of type WebserviceEndpoint Modifier and Type Method Description Collection<WebserviceEndpoint>Ejb. getWebserviceEndpoint()Collection<WebserviceEndpoint>Servlet. getWebserviceEndpoint()Map<String,WebserviceEndpoint>Ejb. getWebserviceEndpointMap()Map<String,WebserviceEndpoint>Servlet. getWebserviceEndpointMap()
-