Java API

Uses of Class
oracle.j2ee.ws.client.wsdl.OperationType

Packages that use.*
PackageDescription
oracle.j2ee.ws.client.wsdl   
 

Uses of OperationType in oracle.j2ee.ws.client.wsdl
 

Fields in oracle.j2ee.ws.client.wsdl declared as OperationType
TypeName
static OperationType OperationType.ONE_WAY
           
static OperationType OperationType.REQUEST_RESPONSE
           
static OperationType OperationType.SOLICIT_RESPONSE
           
static OperationType OperationType.NOTIFICATION
           
 

Methods in oracle.j2ee.ws.client.wsdl that return OperationType
TypeName
 OperationType Operation.getStyle()
          Get the operation type.
 

Methods in oracle.j2ee.ws.client.wsdl with parameters of type OperationType
TypeName
 boolean OperationType.equals(OperationType operationType)
           
 


Java API

Copyright © 2001 - Oracle Corporation