public class ParsedElement extends Object
public static ParsedElement createPortComponentElement(String portComponentName, WebServiceFeature feature)
public static ParsedElement createPortComponentRefElement(String portComponentRefName, WebServiceFeature feature)
public static ParsedElement createPortComponentOperationElement(String portComponentName, String operationWsdlName, WebServiceFeature feature)
public static ParsedElement createPortComponentRefOperationElement(String portComponentRefName, String operationWsdlName, WebServiceFeature feature)
public static ParsedElement createPortComponentInputElement(String portComponentName, String operationWsdlName, WebServiceFeature feature)
public static ParsedElement createPortComponentRefInputElement(String portComponentRefName, String operationWsdlName, WebServiceFeature feature)
public static ParsedElement createPortComponentOutputElement(String portComponentName, String operationWsdlName, WebServiceFeature feature)
public static ParsedElement createPortComponentRefOutputElement(String portComponentRefName, String operationWsdlName, WebServiceFeature feature)
public static ParsedElement createPortComponentFaultElement(String portComponentName, String operationWsdlName, String faultWsdlName, WebServiceFeature feature)
public static ParsedElement createPortComponentRefFaultElement(String portComponentRefName, String operationWsdlName, String faultWsdlName, WebServiceFeature feature)
public String getPortComponentName()
public String getPortComponentRefName()
public String getOperationWsdlName()
public String getFaultWsdlName()
public WebServiceFeature getWebServiceFeature()
public boolean isInputMessage()
public boolean isOutputMessage()
public boolean isPortComponent()
public boolean isPortComponentRef()
public boolean isPortComponentOperation()
public boolean isPortComponentRefOperation()
public boolean isPortComponentInput()
public boolean isPortComponentOutput()
public boolean isPortComponentFault()
public boolean isPortComponentRefInput()
public boolean isPortComponentRefOutput()
public boolean isPortComponentRefFault()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.