| |
|
| java.lang.Object com.sun.jbi.wsdl11wrapper.impl.WSDLInfo
WSDLInfo | public class WSDLInfo (Code) | | Holds (and may cache) WSDL information for use by the Wrapper Builders and Parsers
author: aegloff |
msgPartCount | int msgPartCount(Code) | | |
orderedMessageParts | List orderedMessageParts(Code) | | |
getInstance | public static WSDLInfo getInstance(Message wsdlMessageDefinition)(Code) | | Factory method to get a WSDLInfo instance for a given message definition
Parameters: wsdlMessageDefinition - the message definition to provide information about an instance with information regarding the wsdlMessageDefinitin passed in |
getMessageType | public QName getMessageType()(Code) | | the qualified name of the message |
getOrderedMessageParts | public List getOrderedMessageParts()(Code) | | all the parts of the mssage, in the order they are defined in the message |
getPartsOrder | public List getPartsOrder()(Code) | | the name of all the message parts, in the order defined in the messageNote that this is NOT the optional order defined in the binding |
prepareInfo | static WSDLInfo prepareInfo(Message wsdlMessageDefinition)(Code) | | Internal helper to extract the information regarding a message
|
|
|
|