Searched refs:encodePacket (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DAbstractServerAsyncTransport.java85 protected abstract void encodePacket(T connection, @NotNull Packet packet, @NotNull Codec codec) throws IOException; method in class:AbstractServerAsyncTransport
137 encodePacket(connection, response, codec);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapter.java346 private void encodePacket(@NotNull Packet packet, @NotNull WSHTTPConnection con, @NotNull Codec codec) throws IOException { method in class:HttpAdapter
465 encodePacket(response, con, tk.codec);
474 encodePacket(response, con, tk.codec);
485 encodePacket(response, con, tk.codec);
521 protected void encodePacket(WSHTTPConnection con, @NotNull Packet packet, @NotNull Codec codec) throws IOException { method in class:HttpAdapter.AsyncTransport
522 HttpAdapter.this.encodePacket(packet, con, codec);
603 encodePacket(packet, con, codec);

Completed in 1822 milliseconds