|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.component.framework.AbstractComponent
org.ow2.petals.component.framework.bc.AbstractBindingComponent
org.ow2.petals.binding.soap.SoapComponent
public class SoapComponent
The SOAP binding component.
| Field Summary | |
|---|---|
protected SoapExternalListenerManager |
externalListenerManager
The listener processing SOAP request providing from external clients. |
protected SoapComponentContext |
soapContext
The SOAP component context |
| Fields inherited from class org.ow2.petals.component.framework.AbstractComponent |
|---|
context, notificationBrokerController |
| Constructor Summary | |
|---|---|
SoapComponent()
|
|
| Method Summary | |
|---|---|
protected org.ow2.petals.component.framework.su.AbstractServiceUnitManager |
createServiceUnitManager()
|
protected void |
doInit()
|
void |
doStart()
|
void |
doStop()
|
SoapExternalListenerManager |
getExternalListenerManager()
|
SoapComponentContext |
getSoapContext()
|
| Methods inherited from class org.ow2.petals.component.framework.AbstractComponent |
|---|
doShutdown, getAsyncManager, getChannel, getComponentConfiguration, getComponentExtensions, getContext, getExtensionMBeanName, getInterceptor, getInterceptors, getLifeCycle, getLogger, getNativeWsdl, getNotificationBrokerController, getNotificationController, getResourceBundleName, getServiceDescription, getServiceUnitManager, init, isExchangeWithConsumerOkay, isExchangeWithProviderOkay, resolveEndpointReference, shutDown, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SoapExternalListenerManager externalListenerManager
protected SoapComponentContext soapContext
| Constructor Detail |
|---|
public SoapComponent()
| Method Detail |
|---|
public void doStart()
throws javax.jbi.JBIException
doStart in class org.ow2.petals.component.framework.AbstractComponentjavax.jbi.JBIException
public void doStop()
throws javax.jbi.JBIException
doStop in class org.ow2.petals.component.framework.AbstractComponentjavax.jbi.JBIException
protected void doInit()
throws javax.jbi.JBIException
doInit in class org.ow2.petals.component.framework.AbstractComponentjavax.jbi.JBIExceptionpublic SoapComponentContext getSoapContext()
public SoapExternalListenerManager getExternalListenerManager()
protected org.ow2.petals.component.framework.su.AbstractServiceUnitManager createServiceUnitManager()
createServiceUnitManager in class org.ow2.petals.component.framework.bc.AbstractBindingComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||