Class ParsedElement
java.lang.Object
com.sun.xml.ws.config.metro.parser.ParsedElement
- Author:
- Fabian Ritzmann
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParsedElementcreatePortComponentElement(String portComponentName, javax.xml.ws.WebServiceFeature feature) static ParsedElementcreatePortComponentFaultElement(String portComponentName, String operationWsdlName, String faultWsdlName, javax.xml.ws.WebServiceFeature feature) static ParsedElementcreatePortComponentInputElement(String portComponentName, String operationWsdlName, javax.xml.ws.WebServiceFeature feature) static ParsedElementcreatePortComponentOperationElement(String portComponentName, String operationWsdlName, javax.xml.ws.WebServiceFeature feature) static ParsedElementcreatePortComponentOutputElement(String portComponentName, String operationWsdlName, javax.xml.ws.WebServiceFeature feature) static ParsedElementcreatePortComponentRefElement(String portComponentRefName, javax.xml.ws.WebServiceFeature feature) static ParsedElementcreatePortComponentRefFaultElement(String portComponentRefName, String operationWsdlName, String faultWsdlName, javax.xml.ws.WebServiceFeature feature) static ParsedElementcreatePortComponentRefInputElement(String portComponentRefName, String operationWsdlName, javax.xml.ws.WebServiceFeature feature) static ParsedElementcreatePortComponentRefOperationElement(String portComponentRefName, String operationWsdlName, javax.xml.ws.WebServiceFeature feature) static ParsedElementcreatePortComponentRefOutputElement(String portComponentRefName, String operationWsdlName, javax.xml.ws.WebServiceFeature feature) javax.xml.ws.WebServiceFeaturebooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleantoString()
-
Method Details
-
createPortComponentElement
public static ParsedElement createPortComponentElement(String portComponentName, javax.xml.ws.WebServiceFeature feature) -
createPortComponentRefElement
public static ParsedElement createPortComponentRefElement(String portComponentRefName, javax.xml.ws.WebServiceFeature feature) -
createPortComponentOperationElement
public static ParsedElement createPortComponentOperationElement(String portComponentName, String operationWsdlName, javax.xml.ws.WebServiceFeature feature) -
createPortComponentRefOperationElement
public static ParsedElement createPortComponentRefOperationElement(String portComponentRefName, String operationWsdlName, javax.xml.ws.WebServiceFeature feature) -
createPortComponentInputElement
public static ParsedElement createPortComponentInputElement(String portComponentName, String operationWsdlName, javax.xml.ws.WebServiceFeature feature) -
createPortComponentRefInputElement
public static ParsedElement createPortComponentRefInputElement(String portComponentRefName, String operationWsdlName, javax.xml.ws.WebServiceFeature feature) -
createPortComponentOutputElement
public static ParsedElement createPortComponentOutputElement(String portComponentName, String operationWsdlName, javax.xml.ws.WebServiceFeature feature) -
createPortComponentRefOutputElement
public static ParsedElement createPortComponentRefOutputElement(String portComponentRefName, String operationWsdlName, javax.xml.ws.WebServiceFeature feature) -
createPortComponentFaultElement
public static ParsedElement createPortComponentFaultElement(String portComponentName, String operationWsdlName, String faultWsdlName, javax.xml.ws.WebServiceFeature feature) -
createPortComponentRefFaultElement
public static ParsedElement createPortComponentRefFaultElement(String portComponentRefName, String operationWsdlName, String faultWsdlName, javax.xml.ws.WebServiceFeature feature) -
getPortComponentName
-
getPortComponentRefName
-
getOperationWsdlName
-
getFaultWsdlName
-
getWebServiceFeature
public javax.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() -
toString
-