Class ParsedElement


  • public class ParsedElement
    extends Object
    Author:
    Fabian Ritzmann
    • Method Detail

      • createPortComponentElement

        public static ParsedElement createPortComponentElement​(String portComponentName,
                                                               jakarta.xml.ws.WebServiceFeature feature)
      • createPortComponentRefElement

        public static ParsedElement createPortComponentRefElement​(String portComponentRefName,
                                                                  jakarta.xml.ws.WebServiceFeature feature)
      • createPortComponentOperationElement

        public static ParsedElement createPortComponentOperationElement​(String portComponentName,
                                                                        String operationWsdlName,
                                                                        jakarta.xml.ws.WebServiceFeature feature)
      • createPortComponentRefOperationElement

        public static ParsedElement createPortComponentRefOperationElement​(String portComponentRefName,
                                                                           String operationWsdlName,
                                                                           jakarta.xml.ws.WebServiceFeature feature)
      • createPortComponentInputElement

        public static ParsedElement createPortComponentInputElement​(String portComponentName,
                                                                    String operationWsdlName,
                                                                    jakarta.xml.ws.WebServiceFeature feature)
      • createPortComponentRefInputElement

        public static ParsedElement createPortComponentRefInputElement​(String portComponentRefName,
                                                                       String operationWsdlName,
                                                                       jakarta.xml.ws.WebServiceFeature feature)
      • createPortComponentOutputElement

        public static ParsedElement createPortComponentOutputElement​(String portComponentName,
                                                                     String operationWsdlName,
                                                                     jakarta.xml.ws.WebServiceFeature feature)
      • createPortComponentRefOutputElement

        public static ParsedElement createPortComponentRefOutputElement​(String portComponentRefName,
                                                                        String operationWsdlName,
                                                                        jakarta.xml.ws.WebServiceFeature feature)
      • createPortComponentFaultElement

        public static ParsedElement createPortComponentFaultElement​(String portComponentName,
                                                                    String operationWsdlName,
                                                                    String faultWsdlName,
                                                                    jakarta.xml.ws.WebServiceFeature feature)
      • createPortComponentRefFaultElement

        public static ParsedElement createPortComponentRefFaultElement​(String portComponentRefName,
                                                                       String operationWsdlName,
                                                                       String faultWsdlName,
                                                                       jakarta.xml.ws.WebServiceFeature feature)
      • getPortComponentName

        public String getPortComponentName()
      • getPortComponentRefName

        public String getPortComponentRefName()
      • getOperationWsdlName

        public String getOperationWsdlName()
      • getFaultWsdlName

        public String getFaultWsdlName()
      • getWebServiceFeature

        public jakarta.xml.ws.WebServiceFeature getWebServiceFeature()
      • isInputMessage

        public boolean isInputMessage()
      • isOutputMessage

        public boolean isOutputMessage()
      • isPortComponent

        public boolean isPortComponent()
      • isPortComponentRef

        public boolean isPortComponentRef()
      • isPortComponentOperation

        public boolean isPortComponentOperation()
      • isPortComponentRefOperation

        public boolean isPortComponentRefOperation()
      • isPortComponentInput

        public boolean isPortComponentInput()
      • isPortComponentOutput

        public boolean isPortComponentOutput()
      • isPortComponentFault

        public boolean isPortComponentFault()
      • isPortComponentRefInput

        public boolean isPortComponentRefInput()
      • isPortComponentRefOutput

        public boolean isPortComponentRefOutput()
      • isPortComponentRefFault

        public boolean isPortComponentRefFault()