Searched defs:stub (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DRemoteBusinessIntfInvocationHandler.java71 java.rmi.Remote stub) {
73 delegate = stub;
70 RemoteBusinessIntfInvocationHandler(Class businessIntf, java.rmi.Remote stub) argument
H A DRemoteBusinessWrapperBase.java62 public RemoteBusinessWrapperBase(Remote stub, String busIntf) { argument
63 stub_ = stub;
H A DEJBObjectImpl.java61 * Beans and clients get only stubs (instances of the stub class
84 transient private java.rmi.Remote stub; field in class:EJBObjectImpl
97 final void setStub(java.rmi.Remote stub) { argument
98 this.stub = stub;
106 java.rmi.Remote stub) {
107 businessStubs.put(generatedBusinessInterface, stub);
111 return stub;
217 // We can assume the stub an EJBObject since getHandle() is only
219 return new HandleImpl((EJBObject)stub);
105 setStub(String generatedBusinessInterface, java.rmi.Remote stub) argument
[all...]
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DServiceInvocationHandler.java220 Stub stub = (Stub) returnValue;
221 setStubProperties(stub, methodTypeToInvoke, methodToInvoke,
431 private void setStubProperties(Stub stub, int methodType, Method method, argument
486 wsUtil.setClientTransportLog(serviceRef, stub,
489 setJBIProperties(stub, portInfo);
491 stub._setProperty(next.getName(), next.getValue());
496 // port-component-link, set it on stub. However, if the runtime
501 stub._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY,
599 com.sun.xml.rpc.spi.runtime.StubBase stub =
604 //because jbi-enabled property on the stub i
[all...]
H A DWsUtil.java127 // proprietary property for enabling logging of stub requests/responses
357 * Set up a stub for request/response SOAP message logging.
360 Stub stub, String transportLogUrlStr) {
379 if( stub instanceof StubBase ) {
380 ((StubBase)stub)._setTransportFactory(transportFactory);
359 setClientTransportLog(ServiceReferenceDescriptor serviceRef, Stub stub, String transportLogUrlStr) argument

Completed in 872 milliseconds