Interface ModelBuilder
- All Known Implementing Classes:
WebServiceAp,WebServiceAP
public interface ModelBuilder
- Author:
- WS Development Team
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanOverWriteClass(String className) booleancheckAndSetProcessed(TypeElement typeElement) getHolderValueType(TypeMirror type) getOperationName(Name methodName) booleanisRemote(TypeElement typeElement) booleanisServiceException(TypeMirror typeMirror) Checks if type is a service specific exceptionvoidvoidprocessError(String message) voidprocessError(String message, Element element) voidprocessWarning(String message)
-
Method Details
-
getProcessingEnvironment
ProcessingEnvironment getProcessingEnvironment() -
getOperationName
-
getHolderValueType
-
checkAndSetProcessed
-
isServiceException
Checks if type is a service specific exception- Parameters:
typeMirror- the given element's type- Returns:
- true if is not a service specific exception as defined by JAX-WS specification
-
isRemote
-
canOverWriteClass
-
getOptions
WsgenOptions getOptions() -
getSourceDir
File getSourceDir() -
log
-
processWarning
-
processError
-
processError
- Throws:
ModelerException
-