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<BusinessService> readServiceAnnotations(String[] classesWithAnnotations,
Properties properties)
readServiceAnnotations
public BusinessService readServiceAnnotations(String classWithAnnotations,
Properties properties)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
parseServiceBinding
protected BindingTemplate parseServiceBinding(Class<?> classWithAnnotations,
String lang,
javax.jws.WebService webServiceAnnotation,
Properties properties)
parseCategoryBag
protected 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.