| |
|
| java.lang.Object org.netbeans.modules.websvc.jaxwsruntimemodel.JavaWsdlMapper
JavaWsdlMapper | public class JavaWsdlMapper (Code) | | This class is compiled from:
com.sun.xml.ws.model.RuntimeModeler
com.sun.xml.ws.model.SEIModel
com.sun.xml.ws.model.AbstractSEIModelImpl
com.sun.xml.ws.wsdl.writer.WSDLGenerator
in JAX-WS component.
author: Martin Grebac |
INPUT | final public static int INPUT(Code) | | |
OUTPUT | final public static int OUTPUT(Code) | | |
OUTPUTINPUT | final public static int OUTPUTINPUT(Code) | | |
UNKNOWN | final public static int UNKNOWN(Code) | | |
JavaWsdlMapper | public JavaWsdlMapper()(Code) | | Creates a new instance of JavaWsdlMapper
|
getBindingName | public static String getBindingName(FileObject implClass, String targetNamespace)(Code) | | gets the wsdl:portName for a given implementation class
Parameters: implClass - the implementation class Parameters: targetNamespace - Namespace URI for service name the wsdl:portName for the implClass |
getNamespace | public static String getNamespace(String packageName)(Code) | | gets the namespace String for a given packageName
Parameters: packageName - the name of the package used to find a namespace the namespace for the specified packageName |
getOperationFaults | public static List<String> getOperationFaults(FileObject implClass, String operationName)(Code) | | |
getOperationNames | public static List<String> getOperationNames(FileObject implClass)(Code) | | |
getPortName | public static QName getPortName(FileObject implClass, String targetNamespace)(Code) | | gets the wsdl:portName for a given implementation class
Parameters: implClass - the implementation class Parameters: targetNamespace - Namespace URI for service name the wsdl:portName for the implClass |
getPortTypeName | public static QName getPortTypeName(FileObject implClass)(Code) | | |
getServiceName | public static QName getServiceName(FileObject implClass)(Code) | | gets the wsdl:serviceName for a given implementation class
Parameters: implClass - the implementation class the wsdl:serviceName for the implClass |
getWsdlLocation | public static String getWsdlLocation(FileObject implClass)(Code) | | |
|
|
|