|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.se.jsr181.axis.Axis2Deployer
public class Axis2Deployer
A class used to deploy the JAX-WS class as an Axis2 service.
| Constructor Summary | |
|---|---|
Axis2Deployer(Jsr181Se jsr181Se)
Constructor. |
|
| Method Summary | |
|---|---|
org.apache.axis2.description.AxisService |
deployJAXWS(java.lang.String className,
java.lang.ClassLoader classloader,
java.net.URL serviceLocation,
java.lang.String suName)
Deploys the annotated class as an Axis2 service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Axis2Deployer(Jsr181Se jsr181Se)
jsr181Se - the component instance| Method Detail |
|---|
public org.apache.axis2.description.AxisService deployJAXWS(java.lang.String className,
java.lang.ClassLoader classloader,
java.net.URL serviceLocation,
java.lang.String suName)
className - the class nameclassloader - the class loader into which the class must be loadedserviceLocation - the service locationsuName - the service-unit name (for log)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||