Constructor and Description |
---|
AnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
protected org.uddi.api_v3.CategoryBag |
parseCategoryBag(String categoryBagStr)
parse something like: [keyName=uddi-org:types:wsdl,keyValue=wsdlDeployment,tModelKey=uddi:uddi.org:categorization:types]
|
protected org.uddi.api_v3.BindingTemplate |
parseServiceBinding(Class<?> classWithAnnotations,
String lang,
WebService webServiceAnnotation,
Properties properties) |
Collection<org.uddi.api_v3.BusinessService> |
readServiceAnnotations(String[] classesWithAnnotations,
Properties properties) |
org.uddi.api_v3.BusinessService |
readServiceAnnotations(String classWithAnnotations,
Properties properties) |
public Collection<org.uddi.api_v3.BusinessService> readServiceAnnotations(String[] classesWithAnnotations, Properties properties)
public org.uddi.api_v3.BusinessService readServiceAnnotations(String classWithAnnotations, Properties properties) throws ClassNotFoundException
ClassNotFoundException
protected org.uddi.api_v3.BindingTemplate parseServiceBinding(Class<?> classWithAnnotations, String lang, WebService webServiceAnnotation, Properties properties)
protected org.uddi.api_v3.CategoryBag parseCategoryBag(String categoryBagStr)
categoryBagStr
- CategoryBag
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.