org.apache.axis2.deployment
Class AxisServiceBuilder
java.lang.Object
org.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisServiceBuilder
public AxisServiceBuilder()
AxisServiceBuilder
public AxisServiceBuilder(boolean serverSide)
getAxisService
public AxisService getAxisService(InputStream wsdlInputStream)
throws DeploymentException
- Throws:
DeploymentException
getAxisService
public AxisService getAxisService(javax.wsdl.Definition wsdlDefinition)
throws DeploymentException
- Throws:
DeploymentException