UDDI
[ class tree: UDDI ] [ index: UDDI ] [ all elements ]

Class: UDDI

Source Location: /UDDI-0.2.4/UDDI.php

Class Overview

PEAR
   |
   --UDDI

UDDI


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 254]
UDDI

class that implements the UDDI API



[ Top ]


Method Detail

UDDI (Constructor)   [line 364]

UDDI UDDI( [string $registry = 'SAP'], [integer $version = 1])

constructor
  • Access: public

Parameters:

string   $registry   —  name of registry to use (defaults to SAP)
integer   $version   —  UDDI version to use

[ Top ]

assemble   [line 519]

string assemble( string $method, array $params)

generate XML creating the UDDI query
  • Return: the desired XML query code
  • Access: public

Parameters:

string   $method   —  the UDDI message to send
array   $params   —  parameters for the query

[ Top ]

find_binding   [line 629]

string find_binding( array $params)

Sends find_binding inquiry to UBR (searchs for bindings within a businessService element)
  • Return: response from the registry server
  • Access: public

Parameters:

array   $params   —  parameters for the query

[ Top ]

find_business   [line 645]

string find_business( array $params)

Sends find_business inquiry to UBR (searchs businessEntity elements)
  • Return: response from the registry server
  • Access: public

Parameters:

array   $params   —  parameters for the query

[ Top ]

find_relatedBusinesses   [line 661]

string find_relatedBusinesses( array $params)

Sends find_relatedBusinesses inquiry to UBR (searchs for related businessEntity elements for a given businessKey)
  • Return: response from the registry server
  • Access: public

Parameters:

array   $params   —  parameters for the query

[ Top ]

find_service   [line 677]

string find_service( array $params)

Sends find_service inquiry to UBR (searchs for businessService elements)
  • Return: response from the registry server
  • Access: public

Parameters:

array   $params   —  parameters for the query

[ Top ]

find_tModel   [line 693]

string find_tModel( array $params)

Sends find_tModel inquiry to UBR (searchs for tModel elements)
  • Return: response from the registry server
  • Access: public

Parameters:

array   $params   —  parameters for the query

[ Top ]

get_bindingDetail   [line 709]

string get_bindingDetail( array $params)

Sends get_bindingDetail inquiry to UBR (returns bindingDetail elements for one or more bindingKey elements)
  • Return: response from the registry server
  • Access: public

Parameters:

array   $params   —  parameters for the query

[ Top ]

get_businessDetail   [line 725]

string get_businessDetail( array $params)

Sends get_businessDetail inquiry to UBR (returns information about one or more businessEntity elements)
  • Return: response from the registry server
  • Access: public

Parameters:

array   $params   —  parameters for the query

[ Top ]

get_businessDetailExt   [line 741]

string get_businessDetailExt( array $params)

Sends get_businessDetailExt inquiry to UBR (returns extended information about one or more businessEntity elements)
  • Return: response from the registry server
  • Access: public

Parameters:

array   $params   —  parameters for the query

[ Top ]

get_serviceDetail   [line 757]

string get_serviceDetail( array $params)

Sends get_serviceDetail inquiry to UBR (returns information about one or more businessService elements)
  • Return: response from the registry server
  • Access: public

Parameters:

array   $params   —  parameters for the query

[ Top ]

get_tModelDetail   [line 773]

string get_tModelDetail( array $params)

Sends get_tModelDetail inquiry to UBR (returns information about one or more tModel elements)
  • Return: response from the registry server
  • Access: public

Parameters:

array   $params   —  parameters for the query

[ Top ]

post   [line 408]

string post( string $message)

assembles HTTP headers and posts these and the UDDI message to the UBR
  • Return: data returned from the UBR
  • Access: public

Parameters:

string   $message   —  the UDDI message to send

[ Top ]

query   [line 475]

string query( string $method, array $params)

sends and UDDI query to the registry server
  • Return: response from the registry server
  • Access: public

Parameters:

string   $method   —  the UDDI message to send
array   $params   —  parameters for the query

[ Top ]

splitUrl   [line 379]

void splitUrl( string $registry, integer $version)

retrieves information from URL and sets params
  • Access: public

Parameters:

string   $registry   —  name of registry to use
integer   $version   —  UDDI version to use

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:05:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.