Searched refs:request (Results 126 - 150 of 283) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DSingletonResolver.java49 public @NotNull T resolve(Packet request) { argument
/openjdk7/jdk/test/com/sun/jdi/
H A DClassLoaderClassesTest.java39 import com.sun.jdi.request.*;
H A DConnectedVMs.java41 import com.sun.jdi.request.*;
H A DDataModelTest.java41 import com.sun.jdi.request.*;
H A DDebuggerThreadTest.java37 import com.sun.jdi.request.*;
H A DEventQueueDisconnectTest.java42 import com.sun.jdi.request.*;
H A DHomeTest.java38 import com.sun.jdi.request.*;
H A DJava_gTest.java37 import com.sun.jdi.request.*;
H A DLaunchCommandLine.java39 import com.sun.jdi.request.*;
H A DLineNumberInfo.java37 import com.sun.jdi.request.*;
H A DNewInstanceTest.java38 import com.sun.jdi.request.*;
H A DVMDeathLastTest.java38 import com.sun.jdi.request.*;
/openjdk7/jdk/test/java/net/ProxySelector/
H A DProxyTest.java44 public void request (HttpTransaction req) { method in class:ProxyTest
/openjdk7/jdk/test/java/net/URLConnection/
H A DB5052093.java56 public void request(HttpTransaction req) { method in class:B5052093
/openjdk7/jdk/test/sun/misc/URLClassPath/
H A DClassnameCharTest.java39 public void request (HttpTransaction req) { method in class:ClassnameCharTest
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6296310.java84 public void request(HttpTransaction trans) { method in class:SimpleHttpTransaction
H A DRelativeRedirect.java65 req.sendResponse (400, "Bad request");
70 public void request (HttpTransaction req) { method in class:RelativeRedirect
H A DSetChunkedStreamingMode.java45 public void request (HttpTransaction req) { method in class:SetChunkedStreamingMode
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java30 import com.sun.jdi.request.*;
76 private final EventRequest request; field in class:EventSetImpl.EventImpl
88 this.request = ermi.request(eventCmd, requestID);
109 this.request = null;
112 public EventRequest request() { method in class:EventSetImpl.EventImpl
113 return request;
123 * 1. an internal request
124 * 2. a client request that is no longer available, ie
127 * 3. a current client request tha
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerConnectionImpl.java202 public Principal getUserPrincipal(Packet request) { argument
206 public boolean isUserInRole(Packet request, String role) { argument
210 public @NotNull String getEPRAddress(Packet request, WSEndpoint endpoint) { argument
221 public String getWSDLAddress(@NotNull Packet request, @NotNull WSEndpoint endpoint) { argument
222 String eprAddress = getEPRAddress(request,endpoint);
270 * Computes the Endpoint's address from the request. Use "Host" header
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubWrapper.java89 public OutputStream request( String operation, boolean responseExpected ) method in class:StubWrapper
91 return StubAdapter.request( object, operation, responseExpected ) ;
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DDelegate.java115 public abstract Request request(org.omg.CORBA.Object obj, String operation); method in class:Delegate
256 * request. servant_preinvoke() is invoked by a local stub.
268 * encoded in a GIOP request.
304 * request is called by a stub to obtain an OutputStream for
312 * encoded in a GIOP request.
315 * @return OutputStream the OutputStream into which request arguments
320 public OutputStream request(org.omg.CORBA.Object self, method in class:Delegate
328 * OutputStream that was previously returned by a request()
H A DObjectImpl.java181 return _get_delegate().request(this, operation);
188 * @param ctx the Context for the request
194 * returning the result of executing the request's method
219 * sent along with the request
225 * returning the result of executing the request's method
377 * a request for the method specified. If this <code>ObjectImpl</code>
379 * method before sending a request in order to obtain the
391 * it would be encoded in a GIOP request.
444 * request is not one way, that is, a response is expected
445 * @return an <code>OutputStream</code> object for dispatching the request
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DXMLProviderArgumentBuilder.java50 protected Packet getResponse(Packet request, Exception e, WSDLPort port, WSBinding binding) { argument
51 Packet response = super.getResponse(request, e, port, binding);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/
H A DPayloadQNameBasedOperationFinder.java52 * request {@link com.sun.xml.internal.ws.api.message.Packet} and used to identify the wsdl operation.
116 * @return not null if it finds a unique handler for the request
122 public QName getWSDLOperationQName(Packet request) throws DispatchException{ argument
123 Message message = request.getMessage();

Completed in 60 milliseconds

1234567891011>>