Uses of Class
com.sun.enterprise.v3.services.impl.Endpoint
-
Packages that use Endpoint Package Description com.sun.enterprise.v3.services.impl -
-
Uses of Endpoint in com.sun.enterprise.v3.services.impl
Methods in com.sun.enterprise.v3.services.impl that return Endpoint Modifier and Type Method Description static EndpointEndpoint. createEndpoint(Adapter adapter)Creates Endpoint based on the passedAdapterdescriptor.Methods in com.sun.enterprise.v3.services.impl with parameters of type Endpoint Modifier and Type Method Description voidContainerMapper. register(Endpoint endpoint)voidEndpointMapper. registerEndpoint(Endpoint endpoint)Registers a new endpoint (proxy implementation) defined by the passedEndpointobject.voidGrizzlyProxy. registerEndpoint(Endpoint endpoint)Registers a new endpoint (proxy implementation) defined by the passedEndpointobject.voidGrizzlyService. registerEndpoint(Endpoint endpoint)Registers a new endpoint for the given context root at the given port number.voidContainerMapper. unregister(Endpoint endpoint)voidEndpointMapper. unregisterEndpoint(Endpoint endpoint)Removes theEndpointfrom our list of endpoints.voidGrizzlyProxy. unregisterEndpoint(Endpoint endpoint)Removes theEndpointfrom our list of endpoints.
-