org.apache.axis2.deployment
Class AxisServiceBuilder

java.lang.Object
  extended byorg.apache.axis2.deployment.AxisServiceBuilder

public class AxisServiceBuilder
extends Object

AxisServiceBuilder builds an AxisService using a WSDL document which is input as a javax.wsdl.Definition or as an InputStream. If there are multiple javax.wsdl.Service elements in the WSDL, the first is picked.


Constructor Summary
AxisServiceBuilder()
           
 
Method Summary
 AxisService getAxisService(javax.wsdl.Definition wsdlDefinition)
           
 AxisService getAxisService(InputStream wsdlInputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisServiceBuilder

public AxisServiceBuilder()
Method Detail

getAxisService

public AxisService getAxisService(InputStream wsdlInputStream)
                           throws DeploymentException
Throws:
DeploymentException

getAxisService

public AxisService getAxisService(javax.wsdl.Definition wsdlDefinition)
                           throws DeploymentException
Throws:
DeploymentException