Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.wsdl.fragments
Class WSDLUtils

java.lang.Object
  extended by oracle.wsm.wsdl.fragments.WSDLUtils


public class WSDLUtils
extends Object

Constructor Summary
WSDLUtils()
           

 

Method Summary
static javax.wsdl.Binding getWSDLBinding(javax.wsdl.Definition definition, BindingFragment epFragment)
          Returns the Binding object from the WSDL Object tree given the BindingFragment representing the WSDL Binding Fragment
static javax.wsdl.BindingOperation getWSDLBindingOperation(javax.wsdl.Definition definition, BindingOperationFragment epFragment)
          Returns the BindingOperation object from the WSDL Object tree given the BindingOperationFragment representing the WSDL Binding Operation Fragment
static javax.wsdl.BindingInput getWSDLBindingOperationInput(javax.wsdl.Definition definition, BindingOperationInputFragment epFragment)
          Returns the BindingInput object from the WSDL Object tree given the BindingOperationInputFragment representing the WSDL Binding Operation Input Fragment
static javax.wsdl.BindingOutput getWSDLBindingOperationOutput(javax.wsdl.Definition definition, BindingOperationOutputFragment epFragment)
          Returns the BindingOutput object from the WSDL Object tree given the BindingOperationOutputFragment representing the WSDL Binding Operation Output Fragment
static IWSDLFragment getWSDLFragment(javax.wsdl.Service service, javax.wsdl.Port port, Object obj)
          Returns the WSDL Fragment given the WSDL object
static javax.wsdl.Port getWSDLPort(javax.wsdl.Definition definition, EndPointFragment epFragment)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

WSDLUtils

public WSDLUtils()

Method Detail

getWSDLPort

public static javax.wsdl.Port getWSDLPort(javax.wsdl.Definition definition,
                                          EndPointFragment epFragment)

getWSDLBinding

public static javax.wsdl.Binding getWSDLBinding(javax.wsdl.Definition definition,
                                                BindingFragment epFragment)
Returns the Binding object from the WSDL Object tree given the BindingFragment representing the WSDL Binding Fragment
Parameters:
definition -
epFragment -
Returns:

getWSDLBindingOperation

public static javax.wsdl.BindingOperation getWSDLBindingOperation(javax.wsdl.Definition definition,
                                                                  BindingOperationFragment epFragment)
Returns the BindingOperation object from the WSDL Object tree given the BindingOperationFragment representing the WSDL Binding Operation Fragment
Parameters:
definition -
epFragment -
Returns:

getWSDLBindingOperationInput

public static javax.wsdl.BindingInput getWSDLBindingOperationInput(javax.wsdl.Definition definition,
                                                                   BindingOperationInputFragment epFragment)
Returns the BindingInput object from the WSDL Object tree given the BindingOperationInputFragment representing the WSDL Binding Operation Input Fragment
Parameters:
definition -
epFragment -
Returns:

getWSDLBindingOperationOutput

public static javax.wsdl.BindingOutput getWSDLBindingOperationOutput(javax.wsdl.Definition definition,
                                                                     BindingOperationOutputFragment epFragment)
Returns the BindingOutput object from the WSDL Object tree given the BindingOperationOutputFragment representing the WSDL Binding Operation Output Fragment
Parameters:
definition -
epFragment -
Returns:

getWSDLFragment

public static IWSDLFragment getWSDLFragment(javax.wsdl.Service service,
                                            javax.wsdl.Port port,
                                            Object obj)
Returns the WSDL Fragment given the WSDL object
Parameters:
service -
port -
obj -
Returns:

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.