Oracle Application Server Web Services Proxy API Reference
10g (9.0.4)

B10395-01

oracle.j2ee.ws.client.wsdl
Interface Operation


public interface Operation

This interface represents a WSDL operation. It includes information on input, output and fault messages associated with usage of the operation.


Method Summary
 org.w3c.dom.Element getDocumentationElement()
          Get the documentation element.
 Fault getFault(java.lang.String name)
          Get the specified fault message.
 java.util.Map getFaults()
          Get all the fault messages associated with this operation.
 Input getInput()
          Get the input message specification for this operation.
 java.lang.String getName()
          Get the name of this operation.
 Output getOutput()
          Get the output message specification for this operation.
 java.util.List getParameterOrdering()
          Get the parameter ordering for this operation.
 OperationType getStyle()
          Get the operation type.

 

Method Detail

getName

public java.lang.String getName()
Get the name of this operation.
Returns:
the operation name

getInput

public Input getInput()
Get the input message specification for this operation.
Returns:
the input message

getOutput

public Output getOutput()
Get the output message specification for this operation.
Returns:
the output message specification for the operation

getFault

public Fault getFault(java.lang.String name)
Get the specified fault message.
Parameters:
name - the name of the desired fault message.
Returns:
the corresponding fault message, or null if there wasn't any matching message

getFaults

public java.util.Map getFaults()
Get all the fault messages associated with this operation.
Returns:
names of fault messages

getStyle

public OperationType getStyle()
Get the operation type.
Returns:
the operation type

getParameterOrdering

public java.util.List getParameterOrdering()
Get the parameter ordering for this operation.
Returns:
the parameter ordering, a list consisting of message part names

getDocumentationElement

public org.w3c.dom.Element getDocumentationElement()
Get the documentation element. This dependency on org.w3c.dom.Element should eventually be removed when a more appropriate way of representing this information is employed.
Returns:
the documentation element

Oracle Application Server Web Services Proxy API Reference
10g (9.0.4)

B10395-01

Copyright © 2002, 2003 Oracle Corporation. All Rights Reserved.