org.apache.geronimo.webservices.builder
Class SharedPortInfo

java.lang.Object
  extended by org.apache.geronimo.webservices.builder.SharedPortInfo

public class SharedPortInfo
extends Object


Constructor Summary
SharedPortInfo(String wsdlLocation, String jaxrpcMappingFile)
           
SharedPortInfo(String wsdlLocation, String jaxrpcMappingFile, DescriptorVersion ddVersion)
           
 
Method Summary
 DescriptorVersion getDescriptorVersion()
           
 org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType getJavaWsdlMapping()
           
 String getJaxrpcMappingFile()
           
 SchemaInfoBuilder getSchemaInfoBuilder()
           
 Map<String,org.apache.geronimo.xbeans.j2ee.ServiceEndpointInterfaceMappingType> getSEIMappings()
           
 String getWsdlLocation()
           
 void initialize(JarFile moduleFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedPortInfo

public SharedPortInfo(String wsdlLocation,
                      String jaxrpcMappingFile)

SharedPortInfo

public SharedPortInfo(String wsdlLocation,
                      String jaxrpcMappingFile,
                      DescriptorVersion ddVersion)
Method Detail

getDescriptorVersion

public DescriptorVersion getDescriptorVersion()

getWsdlLocation

public String getWsdlLocation()

getJaxrpcMappingFile

public String getJaxrpcMappingFile()

initialize

public void initialize(JarFile moduleFile)
                throws DeploymentException
Throws:
DeploymentException

getJavaWsdlMapping

public org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType getJavaWsdlMapping()

getSchemaInfoBuilder

public SchemaInfoBuilder getSchemaInfoBuilder()

getSEIMappings

public Map<String,org.apache.geronimo.xbeans.j2ee.ServiceEndpointInterfaceMappingType> getSEIMappings()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.