- java.lang.Object
-
- com.sun.xml.ws.config.metro.parser.ParsedElement
-
public class ParsedElement extends Object
- Author:
- Fabian Ritzmann
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParsedElementcreatePortComponentElement(String portComponentName, jakarta.xml.ws.WebServiceFeature feature)static ParsedElementcreatePortComponentFaultElement(String portComponentName, String operationWsdlName, String faultWsdlName, jakarta.xml.ws.WebServiceFeature feature)static ParsedElementcreatePortComponentInputElement(String portComponentName, String operationWsdlName, jakarta.xml.ws.WebServiceFeature feature)static ParsedElementcreatePortComponentOperationElement(String portComponentName, String operationWsdlName, jakarta.xml.ws.WebServiceFeature feature)static ParsedElementcreatePortComponentOutputElement(String portComponentName, String operationWsdlName, jakarta.xml.ws.WebServiceFeature feature)static ParsedElementcreatePortComponentRefElement(String portComponentRefName, jakarta.xml.ws.WebServiceFeature feature)static ParsedElementcreatePortComponentRefFaultElement(String portComponentRefName, String operationWsdlName, String faultWsdlName, jakarta.xml.ws.WebServiceFeature feature)static ParsedElementcreatePortComponentRefInputElement(String portComponentRefName, String operationWsdlName, jakarta.xml.ws.WebServiceFeature feature)static ParsedElementcreatePortComponentRefOperationElement(String portComponentRefName, String operationWsdlName, jakarta.xml.ws.WebServiceFeature feature)static ParsedElementcreatePortComponentRefOutputElement(String portComponentRefName, String operationWsdlName, jakarta.xml.ws.WebServiceFeature feature)StringgetFaultWsdlName()StringgetOperationWsdlName()StringgetPortComponentName()StringgetPortComponentRefName()jakarta.xml.ws.WebServiceFeaturegetWebServiceFeature()booleanisInputMessage()booleanisOutputMessage()booleanisPortComponent()booleanisPortComponentFault()booleanisPortComponentInput()booleanisPortComponentOperation()booleanisPortComponentOutput()booleanisPortComponentRef()booleanisPortComponentRefFault()booleanisPortComponentRefInput()booleanisPortComponentRefOperation()booleanisPortComponentRefOutput()StringtoString()
-
-
-
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()
-
-