|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.binding.soap.listener.incoming.SoapExternalListenerManager
public class SoapExternalListenerManager
This class is used to manage listeners for external WS addresses registered during SU deployments
| Field Summary | |
|---|---|
protected java.util.Set<java.lang.String> |
addresses
|
protected org.ow2.petals.component.framework.su.AbstractServiceUnitManager |
bindingSUM
|
protected org.ow2.petals.component.framework.AbstractComponent |
component
|
protected AxisServletServer |
httpServer
|
protected java.util.logging.Logger |
logger
|
protected PetalsReceiver |
petalsReceiver
|
protected SoapServerConfig |
serverConfig
|
protected SoapComponentContext |
soapContext
|
| Constructor Summary | |
|---|---|
SoapExternalListenerManager(org.ow2.petals.component.framework.AbstractComponent component,
org.ow2.petals.component.framework.su.AbstractServiceUnitManager bindingSUM,
SoapComponentContext soapContext,
PetalsReceiver petalsReceiver,
java.util.logging.Logger logger)
Creates a new instance of SoapExternalListenerManager |
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getAddresses()
|
AxisServletServer |
getHttpServer()
|
SoapServerConfig |
getSoapServerConfig()
Get the URL where services can be accessed |
void |
start(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
Starts the listener manager : Start the embedded HTTP server and initialize the dispatcher. |
void |
stop()
Stops the listener manager : Stop the embedded HTTP server that handles incoming requests. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.logging.Logger logger
protected java.util.Set<java.lang.String> addresses
protected org.ow2.petals.component.framework.AbstractComponent component
protected org.ow2.petals.component.framework.su.AbstractServiceUnitManager bindingSUM
protected AxisServletServer httpServer
protected SoapServerConfig serverConfig
protected SoapComponentContext soapContext
protected PetalsReceiver petalsReceiver
| Constructor Detail |
|---|
public SoapExternalListenerManager(org.ow2.petals.component.framework.AbstractComponent component,
org.ow2.petals.component.framework.su.AbstractServiceUnitManager bindingSUM,
SoapComponentContext soapContext,
PetalsReceiver petalsReceiver,
java.util.logging.Logger logger)
throws javax.jbi.JBIException
SoapExternalListenerManager
ccontext - bindingSUM - soapContext - propertiesManager - logger -
javax.jbi.JBIException - if the specified host in the component extension is not a
valid address| Method Detail |
|---|
public java.util.Set<java.lang.String> getAddresses()
public SoapServerConfig getSoapServerConfig()
public void start(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
throws org.apache.axis2.AxisFault,
java.util.MissingResourceException,
javax.jbi.JBIException
axisConfiguration -
org.apache.axis2.AxisFault
javax.jbi.JBIException
java.util.MissingResourceException
public void stop()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic AxisServletServer getHttpServer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||