public class TCPAdapter extends com.sun.xml.ws.api.server.Adapter<TCPAdapter.TCPToolkit>
| Modifier and Type | Class and Description |
|---|---|
class |
TCPAdapter.TCPToolkit |
| Modifier and Type | Field and Description |
|---|---|
static com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory<TCPAdapter> |
FACTORY |
| Constructor and Description |
|---|
TCPAdapter(String name,
String urlPattern,
com.sun.xml.ws.api.server.WSEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected TCPAdapter.TCPToolkit |
createToolkit() |
String |
getValidPath()
Returns the "/abc/def/ghi" portion if
the URL pattern is "/abc/def/ghi/*".
|
void |
handle(ChannelContext channelContext) |
static void |
sendErrorResponse(ChannelContext channelContext,
WSTCPError message) |
public static final com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory<TCPAdapter> FACTORY
public void handle(@NotNull
ChannelContext channelContext)
throws IOException,
WSTCPException
IOExceptionWSTCPExceptionprotected TCPAdapter.TCPToolkit createToolkit()
createToolkit in class com.sun.xml.ws.api.server.Adapter<TCPAdapter.TCPToolkit>public String getValidPath()
public static void sendErrorResponse(@NotNull
ChannelContext channelContext,
WSTCPError message)
throws IOException,
WSTCPException
IOExceptionWSTCPExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.