1 28 29 package com.caucho.soap.wsdl; 30 31 import javax.xml.bind.annotation.XmlAccessType; 32 import javax.xml.bind.annotation.XmlAccessorType; 33 import javax.xml.bind.annotation.XmlRootElement; 34 35 38 @XmlAccessorType(XmlAccessType.FIELD) 39 @XmlRootElement(name="input", namespace="http://schemas.xmlsoap.org/wsdl/") 40 public class WSDLOperationInput extends WSDLOperationDirection 41 { 42 } 43 | Popular Tags |