Searched refs:RequestContext (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DRequestContext.java78 * a view into {@link RequestContext}, and by itself it maintains no state.
81 * If {@link RequestContext} is in this mode, its state can be copied
105 public final class RequestContext extends PropertySet { class in inherits:PropertySet
106 private static final Logger LOGGER = Logger.getLogger(RequestContext.class.getName());
240 * Creates an empty {@link RequestContext}.
242 /*package*/ RequestContext() { method in class:RequestContext
249 private RequestContext(RequestContext that) { method in class:RequestContext
258 * The efficient get method that reads from {@link RequestContext}.
268 * The efficient put method that updates {@link RequestContext}
[all...]
H A DStub.java116 public final RequestContext requestContext = new RequestContext();
140 * could be overridden by {@link RequestContext}.
156 * could be overridden by {@link RequestContext}.
288 * @param requestContext The {@link RequestContext} when this invocation is originally scheduled.
297 protected final Packet process(Packet packet, RequestContext requestContext, ResponseContextReceiver receiver) {
323 private void configureRequestPacket(Packet packet, RequestContext requestContext) {
361 * @param requestContext The {@link RequestContext} when this invocation is originally scheduled.
367 protected final void processAsync(Packet request, RequestContext requestContext, final Fiber.CompletionCallback completionCallback) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DSyncMethodHandler.java30 import com.sun.xml.internal.ws.client.RequestContext;
82 * Invokes synchronously, but with the given {@link RequestContext}
86 * This {@link RequestContext} is used for invoking this method.
90 Object invoke(Object proxy, Object[] args, RequestContext rc, ResponseContextReceiver receiver) throws Throwable {
H A DAsyncMethodHandler.java37 import com.sun.xml.internal.ws.client.RequestContext;
138 private final RequestContext rc = owner.requestContext.copy();
H A DSEIStub.java145 public final Packet doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver) {
149 public final void doProcessAsync(Packet request, RequestContext rc, Fiber.CompletionCallback callback) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DDispatchImpl.java166 * See {@link #process(Packet, RequestContext, ResponseContextReceiver)} on
167 * why it takes a {@link RequestContext} and {@link ResponseContextReceiver} as a parameter.
169 public final T doInvoke(T in, RequestContext rc, ResponseContextReceiver receiver){
236 static void checkNullAllowed(@Nullable Object in, RequestContext rc, WSBinding binding, Service.Mode mode) {
252 static boolean methodNotOk(@NotNull RequestContext rc) {
280 void resolveEndpointAddress(@NotNull Packet message, @NotNull RequestContext requestContext) {
397 * Calls {@link DispatchImpl#doInvoke(Object,RequestContext,ResponseContextReceiver)}.
403 private final RequestContext rc = requestContext.copy();
431 private final RequestContext rc = requestContext.copy();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DDistributedPropertySet.java32 import com.sun.xml.internal.ws.client.RequestContext;
54 * set of properties to {@link RequestContext} by using a strongly-typed fields.
/openjdk7/corba/src/share/classes/org/omg/PortableInterceptor/
H A DInterceptors.idl83 * <code>Context</code> PIDL represented by <code>RequestContext</code>
92 typedef CORBA::StringSeq RequestContext;
401 readonly attribute Dynamic::RequestContext operation_context;

Completed in 199 milliseconds