Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.wsee.wsdl
Interface WsdlOperation

All Superinterfaces:
WsdlElement, WsdlExtensible

Deprecated.

public interface WsdlOperation
extends WsdlExtensible

WsdlOperation corresponds to wsdl:operation.


Field Summary
static int NOTIFICATION
          Deprecated.  
static int ONE_WAY
          Deprecated.  
static int REQUEST_RESPONSE
          Deprecated.  
static int SOLICIT_RESPONSE
          Deprecated.  
 
Method Summary
 PolicyURIs getFaultPolicyUris(String faultName)
          Deprecated. get policy uri of fault
 Map<String,? extends WsdlMessage> getFaults()
          Deprecated. returns a map that stores fault name to WsdlMessage
 WsdlMessage getInput()
          Deprecated. returns the input message for this operation
 String getInputAction()
          Deprecated.  
 String getInputName()
          Deprecated.  
 PolicyURIs getInputPolicyUris()
          Deprecated. get policy uris set in input message
 QName getName()
          Deprecated. returns the name of the operation
 WsdlMessage getOutput()
          Deprecated. returns the output message for this operation.
 String getOutputAction()
          Deprecated.  
 String getOutputName()
          Deprecated.  
 PolicyURIs getOutputPolicyUris()
          Deprecated. get policy uris set in input message
 PolicyURIs getPolicyUris()
          Deprecated. Retrieve any attached policy refs to the WSDL port
 int getType()
          Deprecated. returns the type of this operation
 WsdlMethod getWsdlMethod()
          Deprecated.  
 WsdlMethod getWsdlMethod(boolean fillIncompleteParameterOrderList)
          Deprecated.  
 boolean isWrapped()
          Deprecated.  
 void setFaultPolicyUris(String faultName, PolicyURIs policyUris)
          Deprecated.  
 void setInputPolicyUris(PolicyURIs policyUris)
          Deprecated.  
 void setOutputPolicyUris(PolicyURIs policyUris)
          Deprecated.  
 void setPolicyUris(PolicyURIs policyUris)
          Deprecated. Set an attached policy ref
 
Methods inherited from interface weblogic.wsee.wsdl.WsdlExtensible
getExtension, getExtensionList, getExtensions, putExtension
 
Methods inherited from interface weblogic.wsee.wsdl.WsdlElement
getDocumentation
 

Field Detail

REQUEST_RESPONSE

static final int REQUEST_RESPONSE
Deprecated. 
See Also:
Constant Field Values

ONE_WAY

static final int ONE_WAY
Deprecated. 
See Also:
Constant Field Values

SOLICIT_RESPONSE

static final int SOLICIT_RESPONSE
Deprecated. 
See Also:
Constant Field Values

NOTIFICATION

static final int NOTIFICATION
Deprecated. 
See Also:
Constant Field Values
Method Detail

getName

QName getName()
Deprecated. 
returns the name of the operation

Returns:
operation name

getType

int getType()
Deprecated. 
returns the type of this operation

Returns:
type of this operation

getInput

WsdlMessage getInput()
Deprecated. 
returns the input message for this operation

Returns:
wsdl input message

getInputAction

String getInputAction()
Deprecated. 

getInputName

String getInputName()
Deprecated. 

getInputPolicyUris

PolicyURIs getInputPolicyUris()
Deprecated. 
get policy uris set in input message

Returns:
policy uris object

setInputPolicyUris

void setInputPolicyUris(PolicyURIs policyUris)
Deprecated. 

getOutput

WsdlMessage getOutput()
Deprecated. 
returns the output message for this operation.

Returns:
wsdl output message

getOutputAction

String getOutputAction()
Deprecated. 

getOutputName

String getOutputName()
Deprecated. 

getOutputPolicyUris

PolicyURIs getOutputPolicyUris()
Deprecated. 
get policy uris set in input message

Returns:
policy uris object

setOutputPolicyUris

void setOutputPolicyUris(PolicyURIs policyUris)
Deprecated. 

getFaults

Map<String,? extends WsdlMessage> getFaults()
Deprecated. 
returns a map that stores fault name to WsdlMessage

Returns:
fault map

getWsdlMethod

WsdlMethod getWsdlMethod()
Deprecated. 

getWsdlMethod

WsdlMethod getWsdlMethod(boolean fillIncompleteParameterOrderList)
Deprecated. 

getFaultPolicyUris

PolicyURIs getFaultPolicyUris(String faultName)
Deprecated. 
get policy uri of fault

Parameters:
faultName - fault name

setFaultPolicyUris

void setFaultPolicyUris(String faultName,
                        PolicyURIs policyUris)
Deprecated. 

getPolicyUris

PolicyURIs getPolicyUris()
Deprecated. 
Retrieve any attached policy refs to the WSDL port

Returns:
PolicyURIs object encapsulating the refs

setPolicyUris

void setPolicyUris(PolicyURIs policyUris)
Deprecated. 
Set an attached policy ref

Parameters:
policyUris - object encapsulating the refs

isWrapped

boolean isWrapped()
Deprecated. 

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02