|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.uddi.PublicationProxyOSRImpl
public class PublicationProxyOSRImpl
PublicationProxy implementation to interact with Oracle Service Registry.
Constructor Summary | |
---|---|
PublicationProxyOSRImpl()
Default constructor. |
Method Summary | |
---|---|
void |
destroy()
Destroy this proxy instance. |
void |
init(UDDIManager manager,
java.util.Map props)
Initialise this proxy with the given manager and configuration properties. |
void |
publishProviderInfo(java.lang.String providerName,
java.lang.String description,
java.util.List urlList)
Publish a new provider using the given parameters. |
void |
publishProviderInfo(java.lang.String providerName,
java.lang.String description,
java.util.List urlList,
AuthenticationContext ctx)
Publish a new provider using the given parameters. |
void |
publishServiceInfo(java.lang.String provider,
java.lang.String serviceName,
java.lang.String namespace,
java.lang.String portTypeName,
java.lang.String bindingName,
java.lang.String portName,
java.lang.String wsdlUrl,
java.lang.String accessPoint)
Publish a WSDL based service using the given parameters. |
void |
publishServiceInfo(java.lang.String provider,
java.lang.String serviceName,
java.lang.String namespace,
java.lang.String portTypeName,
java.lang.String bindingName,
java.lang.String portName,
java.lang.String wsdlUrl,
java.lang.String accessPoint,
AuthenticationContext ctx)
Publish a WSDL based service using the given parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublicationProxyOSRImpl()
Method Detail |
---|
public void init(UDDIManager manager, java.util.Map props) throws UDDIException
init
in interface PublicationProxy
manager
- UDDIManager that created this proxy.props
- Map containing configuration properties.
UDDIException
- if the manager cannot be initialised.public void publishServiceInfo(java.lang.String provider, java.lang.String serviceName, java.lang.String namespace, java.lang.String portTypeName, java.lang.String bindingName, java.lang.String portName, java.lang.String wsdlUrl, java.lang.String accessPoint, AuthenticationContext ctx) throws UDDIException
publishServiceInfo
in interface PublicationProxy
provider
- String containing the name of the service provider.serviceName
- String containing the name of the service.namespace
- String containing the XML namespace of the service.portTypeName
- String containing the port type name of the service.bindingName
- String containing the binding name of the service.portName
- String containing the service port name.wsdlUrl
- String containing the WSDL URL.accessPoint
- String containing the service access point.ctx
- AuthenticationContext instance to use.
UDDIException
- if the search cannot be performed.public void publishServiceInfo(java.lang.String provider, java.lang.String serviceName, java.lang.String namespace, java.lang.String portTypeName, java.lang.String bindingName, java.lang.String portName, java.lang.String wsdlUrl, java.lang.String accessPoint) throws UDDIException
publishServiceInfo
in interface PublicationProxy
provider
- String containing the name of the service provider.serviceName
- String containing the name of the service.namespace
- String containing the XML namespace of the service.portTypeName
- String containing the port type name of the service.bindingName
- String containing the binding name of the service.portName
- String containing the service port name.wsdlUrl
- String containing the WSDL URL.accessPoint
- String containing the service access point.
UDDIException
- if the search cannot be performed.public void publishProviderInfo(java.lang.String providerName, java.lang.String description, java.util.List urlList, AuthenticationContext ctx) throws UDDIException
publishProviderInfo
in interface PublicationProxy
providerName
- String containing the name of the provider to
publish.urlList
- List containing URL's (as string instances)description
- String containing a description of this provider
pertaining to this provider.ctx
- AuthenticationContext instance to use.
UDDIException
- if the provider cannot be added.public void publishProviderInfo(java.lang.String providerName, java.lang.String description, java.util.List urlList) throws UDDIException
publishProviderInfo
in interface PublicationProxy
providerName
- String containing the name of the provider to
publish.description
- String containing a description of this providerurlList
- List containing URL's (as string instances)
pertaining to this provider.
UDDIException
- if the provider cannot be added.public void destroy()
destroy
in interface PublicationProxy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |