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


@Retention(value=RUNTIME)
public @interface UDDIServiceBinding


Required Element Summary
 java.lang.String description
          Description of the ServiceBinding.
 
Optional Element Summary
 java.lang.String accessPoint
          The URL of the accessPoint.
 java.lang.String accessPointType
          AccessPoint Type, which could be one of endPoint, wsdlDeployment, bindingTemplate, hostingDirector
 java.lang.String bindingKey
          name which can be referenced by TModelInstanceRegistration, this key is not send down to the UDDI Registry.
 java.lang.String categoryBag
          List of KeyedReferences
 java.lang.String lang
          Language code i.e.: en, fr, nl.
 java.lang.String tModelKeys
          Comma separated list of tModel Keys
 

Element Detail

description

public abstract java.lang.String description
Description of the ServiceBinding.

bindingKey

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

Default:
""

accessPointType

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

Default:
"wsdlDeployment"

accessPoint

public abstract java.lang.String accessPoint
The URL of the accessPoint.

Default:
""

lang

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

Default:
"en"

tModelKeys

public abstract java.lang.String tModelKeys
Comma separated list of tModel Keys

Default:
""

categoryBag

public abstract java.lang.String categoryBag
List of KeyedReferences

Default:
""


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