|
||||||||||
| 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 Set<String> |
addresses
|
protected org.ow2.petals.component.framework.su.AbstractServiceUnitManager |
bindingSUM
|
protected javax.jbi.messaging.DeliveryChannel |
channel
|
protected org.ow2.petals.component.framework.AbstractComponent |
component
|
protected SoapServer |
httpServer
|
protected Logger |
logger
|
protected PetalsReceiver |
petalsReceiver
|
protected SoapServerConfig |
serverConfig
|
protected SoapComponentContext |
soapContext
|
| Constructor Summary | |
|---|---|
SoapExternalListenerManager(org.ow2.petals.component.framework.AbstractComponent component,
javax.jbi.messaging.DeliveryChannel dchannel,
org.ow2.petals.component.framework.su.AbstractServiceUnitManager bindingSUM,
SoapComponentContext soapContext,
PetalsReceiver petalsReceiver,
Logger logger)
Creates a new instance of SoapExternalListenerManager |
|
| Method Summary | |
|---|---|
Set<String> |
getAddresses()
|
SoapServer |
getHttpServer()
|
SoapServerConfig |
getSoapServerConfig()
Get the URL where services can be accessed |
void |
init(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
Initializes the listener manager : Initializes the embedded HTTP server the dispatcher. |
void |
shutdown()
Shutdown the listener manager : Shutdown the embedded HTTP(S)/SOAP server that handles incoming requests. |
void |
start()
Starts the listener manager : Start the embedded HTTP server. |
void |
stop()
Stops the listener manager : Stop the embedded HTTP(S)/SOAP 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 Logger logger
protected Set<String> addresses
protected javax.jbi.messaging.DeliveryChannel channel
protected org.ow2.petals.component.framework.AbstractComponent component
protected org.ow2.petals.component.framework.su.AbstractServiceUnitManager bindingSUM
protected SoapServer httpServer
protected SoapServerConfig serverConfig
protected SoapComponentContext soapContext
protected PetalsReceiver petalsReceiver
| Constructor Detail |
|---|
public SoapExternalListenerManager(org.ow2.petals.component.framework.AbstractComponent component,
javax.jbi.messaging.DeliveryChannel dchannel,
org.ow2.petals.component.framework.su.AbstractServiceUnitManager bindingSUM,
SoapComponentContext soapContext,
PetalsReceiver petalsReceiver,
Logger logger)
throws javax.jbi.JBIException
SoapExternalListenerManager
ccontext - dchannel - bindingSUM - soapContext - propertiesManager - logger -
javax.jbi.JBIException - if the specified host in the component extension is not a
valid address| Method Detail |
|---|
public Set<String> getAddresses()
public SoapServerConfig getSoapServerConfig()
public void init(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
throws org.apache.axis2.AxisFault,
MissingResourceException,
javax.jbi.JBIException
axisConfiguration -
org.apache.axis2.AxisFault
javax.jbi.JBIException
MissingResourceException
public void start()
throws org.apache.axis2.AxisFault,
MissingResourceException,
javax.jbi.JBIException
org.apache.axis2.AxisFault
javax.jbi.JBIException
MissingResourceException
public void stop()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void shutdown()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic SoapServer getHttpServer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||