org.apache.geronimo.webservices.builder
Class PortInfo

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

public class PortInfo
extends Object


Constructor Summary
PortInfo(String portComponentName, QName portQName, SchemaInfoBuilder schemaInfoBuilder, org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType javaWsdlMapping, String seiInterfaceName, org.apache.geronimo.xbeans.j2ee.PortComponentHandlerType[] handlers, javax.wsdl.Port port, org.apache.geronimo.xbeans.j2ee.ServiceEndpointInterfaceMappingType seiMapping, String wsdlLocation, URI contextURI)
           
 
Method Summary
 URI getContextURI()
           
 javax.wsdl.Definition getDefinition()
           
 org.apache.geronimo.xbeans.j2ee.PortComponentHandlerType[] getHandlers()
           
 org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType getJavaWsdlMapping()
           
 javax.wsdl.Port getPort()
           
 String getPortComponentName()
           
 QName getPortQName()
           
 SchemaInfoBuilder getSchemaInfoBuilder()
           
 org.apache.geronimo.xbeans.j2ee.ServiceEndpointInterfaceMappingType getServiceEndpointInterfaceMapping()
           
 String getServiceEndpointInterfaceName()
           
 String getWsdlLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortInfo

public PortInfo(String portComponentName,
                QName portQName,
                SchemaInfoBuilder schemaInfoBuilder,
                org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType javaWsdlMapping,
                String seiInterfaceName,
                org.apache.geronimo.xbeans.j2ee.PortComponentHandlerType[] handlers,
                javax.wsdl.Port port,
                org.apache.geronimo.xbeans.j2ee.ServiceEndpointInterfaceMappingType seiMapping,
                String wsdlLocation,
                URI contextURI)
Method Detail

getWsdlLocation

public String getWsdlLocation()

getPortComponentName

public String getPortComponentName()

getPortQName

public QName getPortQName()

getPort

public javax.wsdl.Port getPort()

getSchemaInfoBuilder

public SchemaInfoBuilder getSchemaInfoBuilder()

getDefinition

public javax.wsdl.Definition getDefinition()

getJavaWsdlMapping

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

getServiceEndpointInterfaceName

public String getServiceEndpointInterfaceName()

getServiceEndpointInterfaceMapping

public org.apache.geronimo.xbeans.j2ee.ServiceEndpointInterfaceMappingType getServiceEndpointInterfaceMapping()

getHandlers

public org.apache.geronimo.xbeans.j2ee.PortComponentHandlerType[] getHandlers()

getContextURI

public URI getContextURI()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.