@Retention(value=RUNTIME) public @interface UDDIServiceBinding
Modifier and Type | Required Element and Description |
---|---|
String |
description
Description of the ServiceBinding.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
accessPoint
The URL of the accessPoint.
|
String |
accessPointType
AccessPoint Type, which could be one of endPoint, wsdlDeployment, bindingTemplate, hostingDirector
|
String |
bindingKey
name which can be referenced by TModelInstanceRegistration, this key is not send
down to the UDDI Registry.
|
String |
categoryBag
List of KeyedReferences
|
String |
lang
Language code i.e.: en, fr, nl.
|
String |
tModelKeys
Comma separated list of tModel Keys
|
public abstract String description
public abstract String bindingKey
public abstract String accessPointType
public abstract String accessPoint
public abstract String lang
public abstract String tModelKeys
public abstract String categoryBag
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.