org.apache.juddi.v3.annotations
Annotation Type UDDIServiceBinding


@Retention(value=RUNTIME)
public @interface UDDIServiceBinding


Required Element Summary
 String description
          Description of the ServiceBinding.
 
Optional Element Summary
 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
 

Element Detail

description

public abstract String description
Description of the ServiceBinding.

bindingKey

public abstract String bindingKey
name which can be referenced by TModelInstanceRegistration, this key is not send down to the UDDI Registry.

Default:
""

accessPointType

public abstract String accessPointType
AccessPoint Type, which could be one of endPoint, wsdlDeployment, bindingTemplate, hostingDirector

Default:
"wsdlDeployment"

accessPoint

public abstract String accessPoint
The URL of the accessPoint.

Default:
""

lang

public abstract String lang
Language code i.e.: en, fr, nl.

Default:
"en"

tModelKeys

public abstract String tModelKeys
Comma separated list of tModel Keys

Default:
""

categoryBag

public abstract String categoryBag
List of KeyedReferences

Default:
""


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.