Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.tivoli.maximo.interaction.wsdl.WSDLInfo

  • Packages that use WSDLInfo 
    Package Description
    com.ibm.tivoli.maximo.interaction.ebp  
    com.ibm.tivoli.maximo.interaction.obp  
    com.ibm.tivoli.maximo.interaction.wsdl  
    • Uses of WSDLInfo in com.ibm.tivoli.maximo.interaction.ebp

      Methods in com.ibm.tivoli.maximo.interaction.ebp with parameters of type WSDLInfo 
      Modifier and Type Method and Description
      EndpointInfo EBPGenerator.createEndpoint(WSDLInfo wsdlInfo, java.lang.String serviceName, java.lang.String portName, java.lang.String operationName) 
    • Uses of WSDLInfo in com.ibm.tivoli.maximo.interaction.obp

      Methods in com.ibm.tivoli.maximo.interaction.obp with parameters of type WSDLInfo 
      Modifier and Type Method and Description
      OBPInfo OBPGenerator.create(WSDLInfo wsdlInfo, java.lang.String serviceName, java.lang.String portName, java.lang.String operationName) 
    • Uses of WSDLInfo in com.ibm.tivoli.maximo.interaction.wsdl

      Methods in com.ibm.tivoli.maximo.interaction.wsdl that return WSDLInfo 
      Modifier and Type Method and Description
      WSDLInfo WSDLParser.parse(org.xml.sax.InputSource wsdlSource)
      Parse the WSDL specified in the wsdlSource and return the WSDLInfo object
      WSDLInfo DefaultWSDLParser.parse(org.xml.sax.InputSource wsdlSource) 
      WSDLInfo WSDLParser.parse(java.net.URL wsdlURL)
      Parse the WSDL specified in the wsdlURL and return the WSDLInfo object
      WSDLInfo DefaultWSDLParser.parse(java.net.URL wsdlURL) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes