public abstract class TCP109Adapter
extends com.sun.xml.ws.transport.tcp.server.TCPAdapter
Constructor and Description |
---|
TCP109Adapter(String name,
String urlPattern,
com.sun.xml.ws.api.server.WSEndpoint endpoint,
ServletFakeArtifactSet servletFakeArtifactSet,
boolean isEJB) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
beforeHandle() |
protected com.sun.xml.ws.transport.tcp.server.TCPAdapter.TCPToolkit |
createToolkit() |
void |
handle(com.sun.xml.ws.transport.tcp.util.ChannelContext channelContext) |
boolean |
isEJB() |
protected abstract void |
postHandle() |
getValidPath, sendErrorResponse
public TCP109Adapter(@NotNull String name, @NotNull String urlPattern, @NotNull com.sun.xml.ws.api.server.WSEndpoint endpoint, @NotNull ServletFakeArtifactSet servletFakeArtifactSet, boolean isEJB)
public void handle(@NotNull com.sun.xml.ws.transport.tcp.util.ChannelContext channelContext) throws IOException, com.sun.xml.ws.transport.tcp.util.WSTCPException
handle
in class com.sun.xml.ws.transport.tcp.server.TCPAdapter
IOException
com.sun.xml.ws.transport.tcp.util.WSTCPException
public boolean isEJB()
protected abstract void beforeHandle()
protected abstract void postHandle()
protected com.sun.xml.ws.transport.tcp.server.TCPAdapter.TCPToolkit createToolkit()
createToolkit
in class com.sun.xml.ws.transport.tcp.server.TCPAdapter
Copyright © 2019. All rights reserved.