public interface EJB3WebServiceFacade extends EJB3SessionFacade
Modifier and Type | Method and Description |
---|---|
String |
getFullyQualifiedWebServiceInterfaceName()
Returns the fully qualified interface name for this web service.
|
String |
getNamespace()
The name of the target namespace to which this web service belongs.
|
String |
getParameterStyle()
Determines whether method parameters represent the entire message body, or whether the
parameters are elements wrapped inside a top-level element named after the operation.
|
String |
getQName()
Returns the QName for this service.
|
String |
getStyle()
Defines the encoding binding style for messages send to and from the Web Service.
|
String |
getUse()
Defines the formatting style for messages sent to and from the Web Service.
|
String |
getWebServiceInterfaceName()
Returns the web service interface name for with web service.
|
boolean |
isBareParameterStyle()
Indicates whether or not this service parameter is "bare" style.
|
boolean |
isDocumentStyle()
Indicates whether or not this service is "document" style
|
boolean |
isEJB3WebServiceFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isEncodedUse()
Indicates whether or not this web service has a "encoded" use defined.
|
boolean |
isLiteralUse()
Indicates whether or not this web service has a "literal" use defined.
|
boolean |
isRpcStyle()
Indicates whether or not this service is "rpc" style.
|
boolean |
isWebServiceOperationsExist()
TODO: Model Documentation for
org.andromda.cartridges.ejb3.metafacades.EJB3WebServiceFacade.webServiceOperationsExist
|
boolean |
isWrappedParameterStyle()
Indicates whether or not this service parameter is "wrapped" style.
|
filterSeamAttributes, getAllInstanceAttributes, getAttributesAsList, getBusinessOperations, getConstants, getCreateMethods, getDefaultExceptionName, getEnvironmentEntries, getFullyQualifiedDefaultExceptionName, getFullyQualifiedServiceBaseName, getFullyQualifiedServiceDelegateName, getFullyQualifiedServiceImplementationName, getFullyQualifiedServiceInterfaceName, getFullyQualifiedServiceListenerName, getFullyQualifiedServiceLocalInterfaceName, getFullyQualifiedServiceName, getFullyQualifiedServiceRemoteInterfaceName, getFullyQualifiedServiceTestName, getHomeInterfaceName, getInheritedInstanceAttributes, getInterceptorReferences, getJndiNameLocal, getJndiNamePrefix, getJndiNameRemote, getMessageDrivenReferences, getNonRunAsRoles, getPersistenceContainer, getPersistenceContextReferences, getPersistenceContextType, getPersistenceContextUnitName, getResourceDataSourceReferences, getResourceUserTransactionReferences, getRolesAllowed, getRunAs, getSeamComponentConversionalIfNotBegunOutcome, getSeamComponentIntercept, getSeamComponentJndiName, getSeamComponentName, getSeamComponentRoleNames, getSeamComponentRoleScopeTypes, getSeamComponentScopeType, getSeamComponentStartupParameters, getSeamComponentSynchronizedTimeout, getSecurityRealm, getServiceBaseName, getServiceDelegateName, getServiceImplementationName, getServiceInterfaceName, getServiceListenerName, getServiceLocalInterfaceName, getServiceName, getServiceRemoteInterfaceName, getServiceTestName, getTestPackageName, getTransactionManagement, getTransactionType, getType, getViewType, isAllowDefaultServiceException, isClusteringEnabled, isDenyAll, isEJB3SessionFacadeMetaType, isExcludeDefaultInterceptors, isListenerEnabled, isPermitAll, isPersistenceContainerJboss, isPersistenceContainerWeblogic, isSeamComponent, isSeamComponentReadonly, isSeamComponentStartup, isSeamComponentTransactional, isSecurityEnabled, isStateful, isStateless, isSyntheticCreateMethodAllowed, isTransactionManagementBean, isViewTypeBoth, isViewTypeLocal, isViewTypeRemote, isViewTypeStrictlyBoth, isViewTypeStrictlyLocal, isViewTypeStrictlyRemote, isWebServiceEnabled, isWebServiceOperationExists
getAllEntityReferences, getAllMessagingDestinations, getAllRoles, getAllServiceReferences, getEntityReferences, getMessagingDestinations, getRoles, getServiceReferences, isServiceMetaType
findAttribute, getAbstractions, getAllAssociatedClasses, getAllProperties, getAllRequiredConstructorParameters, getArray, getArrayName, getAssociatedClasses, getAssociationEnds, getAttributes, getAttributes, getFullyQualifiedArrayName, getImplementationOperations, getImplementedInterfaceList, getInstanceAttributes, getInstanceOperations, getInterfaceAbstractions, getJavaNewString, getJavaNullString, getNavigableConnectingEnds, getNavigableConnectingEnds, getNonArray, getOperationCallFromAttributes, getOperations, getProperties, getProperties, getRequiredConstructorParameters, getSerialVersionUID, getStaticAttributes, getStaticOperations, getSuperClass, getWrapperName, isAbstract, isArrayType, isAssociationClass, isBlobType, isBooleanType, isCharacterType, isClassifierFacadeMetaType, isClobType, isCollectionType, isDataType, isDateType, isDoubleType, isEmbeddedValue, isEnumeration, isFileType, isFloatType, isIntegerType, isInterface, isLeaf, isListType, isLongType, isMapType, isPrimitive, isSetType, isStringType, isTimeType, isWrappedPrimitive
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isEJB3WebServiceFacadeMetaType()
true
String getFullyQualifiedWebServiceInterfaceName()
String getNamespace()
String getParameterStyle()
String getQName()
String getStyle()
String getUse()
String getWebServiceInterfaceName()
boolean isBareParameterStyle()
boolean isDocumentStyle()
boolean isEncodedUse()
boolean isLiteralUse()
boolean isRpcStyle()
boolean isWebServiceOperationsExist()
boolean isWrappedParameterStyle()
Copyright © 2006–2014 AndroMDA.org. All rights reserved.