Skip navigation links

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

E10654-02


oracle.webservices.model.soap
Interface SoapOperation


public interface SoapOperation

Implementing classes store the information required to model SOAP specific operation information.


Field Summary
static QName EXTENSION_TYPE
          The extension type name of this extension.

 

Method Summary
 String getSoapAction()
          Returns the SOAP Action setting for this extension's port.
 void setSoapAction(String soapAction)
          Sets the SOAP Action setting for this extension's port.

 

Field Detail

EXTENSION_TYPE

static final QName EXTENSION_TYPE
The extension type name of this extension.

Method Detail

getSoapAction

String getSoapAction()
Returns the SOAP Action setting for this extension's port.
Returns:
The SOAP Action setting for this extension's port.

setSoapAction

void setSoapAction(String soapAction)
Sets the SOAP Action setting for this extension's port.
Parameters:
soapAction - The SOAP Action setting for this extension's port.

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.