public class V3Module
extends com.sun.xml.ws.transport.tcp.server.WSTCPModule
Modifier and Type | Method and Description |
---|---|
com.sun.xml.ws.api.server.WSEndpoint<com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelWSImpl> |
createServiceChannelEndpoint() |
void |
free(String contextPath,
List<com.sun.xml.ws.transport.tcp.server.TCPAdapter> adapters) |
com.sun.xml.ws.transport.tcp.server.WSTCPDelegate |
getDelegate() |
static InvocationManager |
getInvocationManager() |
int |
getPort() |
static WebServiceEjbEndpointRegistry |
getWSEjbEndpointRegistry() |
void |
register(String contextPath,
List<com.sun.xml.ws.transport.tcp.server.TCPAdapter> adapters) |
public void register(String contextPath, List<com.sun.xml.ws.transport.tcp.server.TCPAdapter> adapters)
register
in class com.sun.xml.ws.transport.tcp.server.WSTCPModule
public void free(String contextPath, List<com.sun.xml.ws.transport.tcp.server.TCPAdapter> adapters)
free
in class com.sun.xml.ws.transport.tcp.server.WSTCPModule
public int getPort()
getPort
in class com.sun.xml.ws.transport.tcp.server.WSTCPModule
public com.sun.xml.ws.transport.tcp.server.WSTCPDelegate getDelegate()
public com.sun.xml.ws.api.server.WSEndpoint<com.sun.xml.ws.transport.tcp.servicechannel.ServiceChannelWSImpl> createServiceChannelEndpoint()
createServiceChannelEndpoint
in class com.sun.xml.ws.transport.tcp.server.WSTCPModule
public static WebServiceEjbEndpointRegistry getWSEjbEndpointRegistry()
public static InvocationManager getInvocationManager()
Copyright © 2019. All rights reserved.