Skip navigation links

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

E10654-02


oracle.webservices.async
Interface Requestor

All Known Subinterfaces:
DuplexRequestor

public interface Requestor

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


Method Summary
 Map<String,Object> createMessageContext()
           
 SOAPMessage invoke(Map<String,Object> context, SOAPMessage msg)
           
 SOAPMessage invoke(MessageContext context, SOAPMessage msg)
          Deprecated. use Map<String,Object> instead of MessageContext
 SOAPMessage invoke(SOAPMessage msg)
           
 void invokeOneWay(Map<String,Object> context, SOAPMessage msg)
           
 void invokeOneWay(SOAPMessage msg)
           

 

Method Detail

createMessageContext

Map<String,Object> createMessageContext()

invoke

SOAPMessage invoke(SOAPMessage msg)
                   throws SOAPException,
                          IOException
Throws:
SOAPException
IOException

invoke

SOAPMessage invoke(MessageContext context,
                   SOAPMessage msg)
                   throws SOAPException,
                          IOException
Deprecated. use Map<String,Object> instead of MessageContext
Returns:
Throws:
SOAPException
IOException

invoke

SOAPMessage invoke(Map<String,Object> context,
                   SOAPMessage msg)
                   throws SOAPException,
                          IOException
Throws:
SOAPException
IOException

invokeOneWay

void invokeOneWay(SOAPMessage msg)
                  throws SOAPException,
                         IOException
Throws:
SOAPException
IOException

invokeOneWay

void invokeOneWay(Map<String,Object> context,
                  SOAPMessage msg)
                  throws SOAPException,
                         IOException
Throws:
SOAPException
IOException

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.