org.apache.juddi.v3.annotations
Class AnnotationProcessor
java.lang.Object
org.apache.juddi.v3.annotations.AnnotationProcessor
- Direct Known Subclasses:
- BPEL2UDDI
public class AnnotationProcessor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationProcessor
public AnnotationProcessor()
readServiceAnnotations
public Collection<org.uddi.api_v3.BusinessService> readServiceAnnotations(String[] classesWithAnnotations,
Properties properties)
readServiceAnnotations
public org.uddi.api_v3.BusinessService readServiceAnnotations(String classWithAnnotations,
Properties properties)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
parseServiceBinding
protected org.uddi.api_v3.BindingTemplate parseServiceBinding(Class<?> classWithAnnotations,
String lang,
javax.jws.WebService webServiceAnnotation,
Properties properties)
parseCategoryBag
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]
- Parameters:
categoryBagStr
-
- Returns:
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.