| java.lang.Object org.apache.geronimo.webservices.builder.WSDescriptorParser
WSDescriptorParser | public class WSDescriptorParser (Code) | | version: $Rev: 561958 $ $Date: 2007-08-01 14:20:09 -0700 (Wed, 01 Aug 2007) $ |
Method Summary | |
public static List<HandlerInfo> | createHandlerInfoList(PortComponentHandlerType[] handlers, ClassLoader classLoader) | public static Map<QName, ExceptionMappingType> | getExceptionMap(JavaWsdlMappingType mapping) | public static Class | getHolderType(String paramJavaTypeName, boolean isInOnly, QName typeQName, boolean isComplexType, JavaWsdlMappingType mapping, ClassLoader classLoader) | public static Method | getMethodForOperation(Class serviceEndpointInterface, Operation operation) | public static ServiceEndpointMethodMappingType | getMethodMappingForOperation(String operationName, ServiceEndpointMethodMappingType[] methodMappings) | public static String | getPackageFromNamespace(String namespace, JavaWsdlMappingType mapping) | public static javax.wsdl.Service | getService(QName serviceQName, Definition definition) | public static ServiceEndpointInterfaceMappingType | getServiceEndpointInterfaceMapping(ServiceEndpointInterfaceMappingType[] endpointMappings, QName portTypeQName) | static XmlObject | getWebservicesType(URL wsDDUrl) | public static Map<String, PortInfo> | parseWebServiceDescriptor(WebservicesType webservicesType, JarFile moduleFile, boolean isEJB, Map servletLocations) Parses a webservice.xml file and returns a map PortInfo instances indexed by the
corresponding ejb-link or servlet-link element . | public static Map<String, PortInfo> | parseWebServiceDescriptor(org.apache.geronimo.xbeans.javaee.WebservicesType webservicesType, JarFile moduleFile, boolean isEJB, Map servletLocations) | public static Map<String, PortInfo> | parseWebServiceDescriptor(URL wsDDUrl, JarFile moduleFile, boolean isEJB, Map servletLocations) | public static JavaWsdlMappingType | readJaxrpcMapping(JarFile moduleFile, URI jaxrpcMappingURI) | public static JavaWsdlMappingType | readJaxrpcMapping(JarFile moduleFile, String jaxrpcMappingPath) |
createHandlerInfoList | public static List<HandlerInfo> createHandlerInfoList(PortComponentHandlerType[] handlers, ClassLoader classLoader) throws DeploymentException(Code) | | |
getExceptionMap | public static Map<QName, ExceptionMappingType> getExceptionMap(JavaWsdlMappingType mapping)(Code) | | |
getHolderType | public static Class getHolderType(String paramJavaTypeName, boolean isInOnly, QName typeQName, boolean isComplexType, JavaWsdlMappingType mapping, ClassLoader classLoader) throws DeploymentException(Code) | | |
getMethodForOperation | public static Method getMethodForOperation(Class serviceEndpointInterface, Operation operation) throws DeploymentException(Code) | | |
getMethodMappingForOperation | public static ServiceEndpointMethodMappingType getMethodMappingForOperation(String operationName, ServiceEndpointMethodMappingType[] methodMappings) throws DeploymentException(Code) | | |
getPackageFromNamespace | public static String getPackageFromNamespace(String namespace, JavaWsdlMappingType mapping) throws DeploymentException(Code) | | |
getService | public static javax.wsdl.Service getService(QName serviceQName, Definition definition) throws DeploymentException(Code) | | |
getServiceEndpointInterfaceMapping | public static ServiceEndpointInterfaceMappingType getServiceEndpointInterfaceMapping(ServiceEndpointInterfaceMappingType[] endpointMappings, QName portTypeQName) throws DeploymentException(Code) | | |
getWebservicesType | static XmlObject getWebservicesType(URL wsDDUrl) throws DeploymentException(Code) | | |
parseWebServiceDescriptor | public static Map<String, PortInfo> parseWebServiceDescriptor(WebservicesType webservicesType, JarFile moduleFile, boolean isEJB, Map servletLocations) throws DeploymentException(Code) | | Parses a webservice.xml file and returns a map PortInfo instances indexed by the
corresponding ejb-link or servlet-link element .
Parameters: webservicesType - Parameters: moduleFile - Parameters: isEJB - Parameters: servletLocations - throws: org.apache.geronimo.common.DeploymentException - |
parseWebServiceDescriptor | public static Map<String, PortInfo> parseWebServiceDescriptor(org.apache.geronimo.xbeans.javaee.WebservicesType webservicesType, JarFile moduleFile, boolean isEJB, Map servletLocations) throws DeploymentException(Code) | | |
parseWebServiceDescriptor | public static Map<String, PortInfo> parseWebServiceDescriptor(URL wsDDUrl, JarFile moduleFile, boolean isEJB, Map servletLocations) throws DeploymentException(Code) | | |
readJaxrpcMapping | public static JavaWsdlMappingType readJaxrpcMapping(JarFile moduleFile, URI jaxrpcMappingURI) throws DeploymentException(Code) | | |
readJaxrpcMapping | public static JavaWsdlMappingType readJaxrpcMapping(JarFile moduleFile, String jaxrpcMappingPath) throws DeploymentException(Code) | | |
|
|