站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 webservice API Documentation 英文版文档

ServiceDescription (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档


org.jboss.webservice.deployment
Class ServiceDescription

java.lang.Object
  extended byorg.jboss.webservice.deployment.ServiceDescription

public class ServiceDescription
extends Object

Abstracts an Axis service description

Since:
08-June-2004
Author:
thomas.diesler@jboss.org

Constructor Summary
ServiceDescription(javax.wsdl.Definition wsdlDefinition, org.jboss.webservice.metadata.jaxrpcmapping.JavaWsdlMapping javaMapping, URL ws4eeMetaData, String portName)
          Construct the service description from a given wsdl and jaxrpc-mapping.xml
ServiceDescription(URL wsdlLocation, URL jaxrpcLocation, String portName)
          This is mainly for testing, the WSDDGenerator has a main entry
 
Method Summary
 void dumpWsdlDefinition(OutputStream out)
           
 Properties getCallProperties()
           
 org.jboss.webservice.metadata.jaxrpcmapping.JavaWsdlMapping getJavaWsdlMapping()
           
 NamespaceRegistry getNamespaceRegistry()
           
 OperationDescription getOperation(String name)
           
 String[] getOperationNames()
           
 Iterator getOperations()
           
 org.apache.axis.enum.Style getStyle()
           
 TypeMappingDescription getTypMapping(javax.xml.namespace.QName qname)
           
 javax.xml.namespace.QName[] getTypMappingNames()
           
 Iterator getTypMappings()
           
 org.apache.axis.enum.Use getUse()
           
 javax.wsdl.Binding getWsdlBinding()
           
 javax.wsdl.Definition getWsdlDefinition()
           
 javax.wsdl.Service getWsdlService()
           
 void setCallProperties(Properties callProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDescription

public ServiceDescription(javax.wsdl.Definition wsdlDefinition,
                          org.jboss.webservice.metadata.jaxrpcmapping.JavaWsdlMapping javaMapping,
                          URL ws4eeMetaData,
                          String portName)
                   throws javax.xml.rpc.ServiceException
Construct the service description from a given wsdl and jaxrpc-mapping.xml


ServiceDescription

public ServiceDescription(URL wsdlLocation,
                          URL jaxrpcLocation,
                          String portName)
                   throws Exception
This is mainly for testing, the WSDDGenerator has a main entry

Method Detail

getWsdlDefinition

public javax.wsdl.Definition getWsdlDefinition()

getJavaWsdlMapping

public org.jboss.webservice.metadata.jaxrpcmapping.JavaWsdlMapping getJavaWsdlMapping()

getWsdlService

public javax.wsdl.Service getWsdlService()

getWsdlBinding

public javax.wsdl.Binding getWsdlBinding()

getNamespaceRegistry

public NamespaceRegistry getNamespaceRegistry()

getStyle

public org.apache.axis.enum.Style getStyle()

getUse

public org.apache.axis.enum.Use getUse()

getOperationNames

public String[] getOperationNames()

getOperation

public OperationDescription getOperation(String name)

getOperations

public Iterator getOperations()

getTypMappingNames

public javax.xml.namespace.QName[] getTypMappingNames()

getTypMappings

public Iterator getTypMappings()

getTypMapping

public TypeMappingDescription getTypMapping(javax.xml.namespace.QName qname)

dumpWsdlDefinition

public void dumpWsdlDefinition(OutputStream out)
                        throws javax.wsdl.WSDLException,
                               IOException
Throws:
javax.wsdl.WSDLException
IOException

getCallProperties

public Properties getCallProperties()

setCallProperties

public void setCallProperties(Properties callProperties)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.