Class SoaMLProfile

    • Constructor Detail

      • SoaMLProfile

        public SoaMLProfile​(com.nomagic.profiles.ProfileCache cache)
    • Method Detail

      • getCapability

        @Deprecated
        public Stereotype getCapability()
        Deprecated.
        use getInstance(element).capability().getStereotype()
      • isCapability

        @Deprecated
        public static boolean isCapability​(@CheckForNull
                                           Element element)
        Deprecated.
        use CapabilityStereotype.isInstance(element)
      • getExpose

        @Deprecated
        public Stereotype getExpose()
        Deprecated.
        use getInstance(element).expose().getStereotype()
      • isExpose

        @Deprecated
        public static boolean isExpose​(@CheckForNull
                                       Element element)
        Deprecated.
        use ExposeStereotype.isInstance(element)
      • getParticipant

        @Deprecated
        public Stereotype getParticipant()
        Deprecated.
        use getInstance(element).participant().getStereotype()
      • isParticipant

        @Deprecated
        public static boolean isParticipant​(@CheckForNull
                                            Element element)
        Deprecated.
        use ParticipantStereotype.isInstance(element)
      • getPort

        @Deprecated
        public Stereotype getPort()
        Deprecated.
        use getInstance(element).port().getStereotype()
      • isPort

        @Deprecated
        public static boolean isPort​(@CheckForNull
                                     Element element)
        Deprecated.
        use PortStereotype.isInstance(element)
      • getRequest

        @Deprecated
        public Stereotype getRequest()
        Deprecated.
        use getInstance(element).request().getStereotype()
      • isRequest

        @Deprecated
        public static boolean isRequest​(@CheckForNull
                                        Element element)
        Deprecated.
        use RequestStereotype.isInstance(element)
      • getService

        @Deprecated
        public Stereotype getService()
        Deprecated.
        use getInstance(element).service().getStereotype()
      • isService

        @Deprecated
        public static boolean isService​(@CheckForNull
                                        Element element)
        Deprecated.
        use ServiceStereotype.isInstance(element)
      • getServiceChannel

        @Deprecated
        public Stereotype getServiceChannel()
        Deprecated.
        use getInstance(element).serviceChannel().getStereotype()
      • isServiceChannel

        @Deprecated
        public static boolean isServiceChannel​(@CheckForNull
                                               Element element)
        Deprecated.
        use ServiceChannelStereotype.isInstance(element)
      • getServiceInterface

        @Deprecated
        public Stereotype getServiceInterface()
        Deprecated.
        use getInstance(element).serviceInterface().getStereotype()
      • isServiceInterface

        @Deprecated
        public static boolean isServiceInterface​(@CheckForNull
                                                 Element element)
        Deprecated.
        use ServiceInterfaceStereotype.isInstance(element)
      • generatedGetAllStereotypes

        protected java.util.Collection<Stereotype> generatedGetAllStereotypes()