com.sun.xml.ws.config.metro.parser
Class ParsedElement

java.lang.Object
  extended by com.sun.xml.ws.config.metro.parser.ParsedElement

public class ParsedElement
extends Object

Author:
Fabian Ritzmann

Method Summary
static ParsedElement createPortComponentElement(String portComponentName, WebServiceFeature feature)
           
static ParsedElement createPortComponentFaultElement(String portComponentName, String operationWsdlName, String faultWsdlName, WebServiceFeature feature)
           
static ParsedElement createPortComponentInputElement(String portComponentName, String operationWsdlName, WebServiceFeature feature)
           
static ParsedElement createPortComponentOperationElement(String portComponentName, String operationWsdlName, WebServiceFeature feature)
           
static ParsedElement createPortComponentOutputElement(String portComponentName, String operationWsdlName, WebServiceFeature feature)
           
static ParsedElement createPortComponentRefElement(String portComponentRefName, WebServiceFeature feature)
           
static ParsedElement createPortComponentRefFaultElement(String portComponentRefName, String operationWsdlName, String faultWsdlName, WebServiceFeature feature)
           
static ParsedElement createPortComponentRefInputElement(String portComponentRefName, String operationWsdlName, WebServiceFeature feature)
           
static ParsedElement createPortComponentRefOperationElement(String portComponentRefName, String operationWsdlName, WebServiceFeature feature)
           
static ParsedElement createPortComponentRefOutputElement(String portComponentRefName, String operationWsdlName, WebServiceFeature feature)
           
 String getFaultWsdlName()
           
 String getOperationWsdlName()
           
 String getPortComponentName()
           
 String getPortComponentRefName()
           
 WebServiceFeature getWebServiceFeature()
           
 boolean isInputMessage()
           
 boolean isOutputMessage()
           
 boolean isPortComponent()
           
 boolean isPortComponentFault()
           
 boolean isPortComponentInput()
           
 boolean isPortComponentOperation()
           
 boolean isPortComponentOutput()
           
 boolean isPortComponentRef()
           
 boolean isPortComponentRefFault()
           
 boolean isPortComponentRefInput()
           
 boolean isPortComponentRefOperation()
           
 boolean isPortComponentRefOutput()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

createPortComponentElement

public static ParsedElement createPortComponentElement(String portComponentName,
                                                       WebServiceFeature feature)

createPortComponentRefElement

public static ParsedElement createPortComponentRefElement(String portComponentRefName,
                                                          WebServiceFeature feature)

createPortComponentOperationElement

public static ParsedElement createPortComponentOperationElement(String portComponentName,
                                                                String operationWsdlName,
                                                                WebServiceFeature feature)

createPortComponentRefOperationElement

public static ParsedElement createPortComponentRefOperationElement(String portComponentRefName,
                                                                   String operationWsdlName,
                                                                   WebServiceFeature feature)

createPortComponentInputElement

public static ParsedElement createPortComponentInputElement(String portComponentName,
                                                            String operationWsdlName,
                                                            WebServiceFeature feature)

createPortComponentRefInputElement

public static ParsedElement createPortComponentRefInputElement(String portComponentRefName,
                                                               String operationWsdlName,
                                                               WebServiceFeature feature)

createPortComponentOutputElement

public static ParsedElement createPortComponentOutputElement(String portComponentName,
                                                             String operationWsdlName,
                                                             WebServiceFeature feature)

createPortComponentRefOutputElement

public static ParsedElement createPortComponentRefOutputElement(String portComponentRefName,
                                                                String operationWsdlName,
                                                                WebServiceFeature feature)

createPortComponentFaultElement

public static ParsedElement createPortComponentFaultElement(String portComponentName,
                                                            String operationWsdlName,
                                                            String faultWsdlName,
                                                            WebServiceFeature feature)

createPortComponentRefFaultElement

public static ParsedElement createPortComponentRefFaultElement(String portComponentRefName,
                                                               String operationWsdlName,
                                                               String faultWsdlName,
                                                               WebServiceFeature feature)

getPortComponentName

public String getPortComponentName()

getPortComponentRefName

public String getPortComponentRefName()

getOperationWsdlName

public String getOperationWsdlName()

getFaultWsdlName

public String getFaultWsdlName()

getWebServiceFeature

public 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

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.