public interface WsdlProviderComponent extends ConnectionManagementCapability, ConnectionComponent, Type
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasConnectionManagement() |
boolean |
hasMultipleServiceDefinition() |
List<String> |
keyLabels() |
String |
keySeparator() |
String |
plainedKeyLabels() |
com.google.common.base.Optional<Method> |
wsdlBodyEnricher() |
com.google.common.base.Optional<Method> |
wsdlHeadersResolver() |
com.google.common.base.Optional<Method> |
wsdlSecurityResolver() |
Method |
wsdlServiceEndpointMethod() |
Method |
wsdlServiceRetrieverMethod() |
com.google.common.base.Optional<Method> |
wsdlTransportResolver() |
getConnectionIdentifierMethod, getConnectMethod, getDisconnectMethod, getValidateConnectionMethodconfigElementName, friendlyName, getConfigurableFields, setMuleContext, startable, stoppable, testConnectivityMethodaccept, asType, asTypeMirror, getName, isReservedIdentifier, unwrapgetAnnotation, getAnnotationMirrors, hasAnnotationgetJavaDocParameterSummary, getJavaDocSummary, getJavaDocTagContent, getThrowsComment, hasJavaDocTagisAbstract, isFinal, isPrivate, isProtected, isPublic, isStaticgetTypeArguments, getXmlDeclaredChilds, hasTypeArgumentsgetClassName, getFields, getFieldsAnnotatedWith, getFirstMethodAnnotatedWith, getInheritedFields, getMethods, getMethodsAnnotatedWith, getPackage, getPackageName, getPathToSourceFile, getQualifiedName, getRecursivelyAnnotationProcessorMethodsAnnotatedWith, getRecursivelyFirstMethodAnnotatedWith, getRecursivelyMethodsAnnotatedWith, getRecursivelyMethodsAnnotatedWith, getSuperClass, hasFieldAnnotatedWith, hasNoArgConstructor, hasSuperClass, inheritsFrom, inheritsFrom, isDsqlQueryObject, isInterface, isParametrized, isPrimitiveisArrayOrList, isBigDecimal, isBigInteger, isBoolean, isByte, isCalendar, isChar, isCollection, isComplexType, isComplexTypeWithGetterAndSetter, isDate, isDouble, isEnum, isFloat, isHttpCallback, isInteger, isLong, isMap, isNestedProcessor, isSet, isShort, isString, isURL, isXmlTypeMethod wsdlServiceRetrieverMethod()
WsdlServiceRetrieverMethod wsdlServiceEndpointMethod()
WsdlServiceEndpointString keySeparator()
String plainedKeyLabels()
com.google.common.base.Optional<Method> wsdlSecurityResolver()
WsdlSecurity if has been used,
Optional.absent() otherwisecom.google.common.base.Optional<Method> wsdlTransportResolver()
WsdlTransportRetriever if has been used,
Optional.absent() otherwisecom.google.common.base.Optional<Method> wsdlHeadersResolver()
WsdlHeaders if has been used,
Optional.absent() otherwisecom.google.common.base.Optional<Method> wsdlBodyEnricher()
WsdlBodyEnricher if has been used,
Optional.absent() otherwiseboolean hasMultipleServiceDefinition()
WsdlServiceRetriever returns a collection of
org.mule.devkit.api.ws.definition.ServiceDefinition, false otherwiseboolean hasConnectionManagement()
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.