public interface RequestorFactory
| Modifier and Type | Method and Description |
|---|---|
oracle.j2ee.ws.common.async.DISIRequestor |
createDisiRequestor(java.lang.String uri_or_logical_name, oracle.j2ee.ws.common.async.JRFDispatcherResponse dispatcherResponse, DispatcherRequest dispatcherRequest) |
Requestor |
createRequestor(oracle.j2ee.ws.common.addressing.api.EndpointReference remoteServiceEPR) |
DuplexRequestor |
createRequestor(oracle.j2ee.ws.common.addressing.api.EndpointReference remoteServiceEPR, MessageListener ml) |
Requestor |
createRequestor(java.lang.String remoteServiceID) |
DuplexRequestor |
createRequestor(java.lang.String remoteServiceID, MessageListener ml) |
DuplexRequestor createRequestor(oracle.j2ee.ws.common.addressing.api.EndpointReference remoteServiceEPR, MessageListener ml) throws java.io.IOException
java.io.IOException
oracle.j2ee.ws.common.async.DISIRequestor createDisiRequestor(java.lang.String uri_or_logical_name,
oracle.j2ee.ws.common.async.JRFDispatcherResponse dispatcherResponse,
DispatcherRequest dispatcherRequest)
throws java.net.URISyntaxException
java.net.URISyntaxExceptionDuplexRequestor createRequestor(java.lang.String remoteServiceID, MessageListener ml) throws java.net.URISyntaxException, java.io.IOException
java.net.URISyntaxExceptionjava.io.IOExceptionRequestor createRequestor(oracle.j2ee.ws.common.addressing.api.EndpointReference remoteServiceEPR)
Requestor createRequestor(java.lang.String remoteServiceID) throws java.net.URISyntaxException
java.net.URISyntaxException