Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.async
Interface RequestorFactory


public interface RequestorFactory

Created by IntelliJ IDEA. User: bnaugle Date: Jan 30, 2006 Time: 2:06:37 PM To change this template use File | Settings | File Templates.


Method Summary
 Requestor createRequestor(oracle.j2ee.ws.common.addressing.api.EndpointReference remoteServiceEPR)
           
 DuplexRequestor createRequestor(oracle.j2ee.ws.common.addressing.api.EndpointReference remoteServiceEPR, MessageListener ml)
           
 Requestor createRequestor(String remoteServiceID)
           
 DuplexRequestor createRequestor(String remoteServiceID, MessageListener ml)
           

 

Method Detail

createRequestor

DuplexRequestor createRequestor(oracle.j2ee.ws.common.addressing.api.EndpointReference remoteServiceEPR,
                                MessageListener ml)
                                throws IOException
Throws:
IOException

createRequestor

DuplexRequestor createRequestor(String remoteServiceID,
                                MessageListener ml)
                                throws URISyntaxException,
                                       IOException
Throws:
URISyntaxException
IOException

createRequestor

Requestor createRequestor(oracle.j2ee.ws.common.addressing.api.EndpointReference remoteServiceEPR)

createRequestor

Requestor createRequestor(String remoteServiceID)
                          throws URISyntaxException
Throws:
URISyntaxException

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.