|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mule.providers.AbstractConnector
org.mule.providers.soap.xfire.XFireConnector
Configures Xfire to provide STaX-based Web Servies support to Mule.
| Field Summary | |
static String |
CLASSNAME_ANNOTATIONS
|
static String |
DEFAULT_MULE_NAMESPACE_URI
|
static String |
XFIRE_PROPERTY
|
static String |
XFIRE_SERVICE_COMPONENT_NAME
|
static String |
XFIRE_TRANSPORT
|
protected MuleDescriptor |
xfireDescriptor
|
| Fields inherited from interface org.mule.umo.provider.UMOConnector |
INT_VALUE_NOT_SET |
| Constructor Summary | |
XFireConnector()
|
|
| Method Summary | |
protected void |
configureBindingProvider(org.codehaus.xfire.service.binding.ObjectServiceFactory factory)
|
protected MuleDescriptor |
createxfireDescriptor()
|
protected void |
doConnect()
Template method where any connections should be made for the connector |
protected void |
doDisconnect()
Template method where any connected resources used by the connector should be disconnected |
protected void |
doDispose()
Template method to perform any work when destroying the connectoe |
protected void |
doInitialise()
|
protected void |
doStart()
Template method to perform any work when starting the connectoe |
protected void |
doStop()
Template method to perform any work when stopping the connectoe |
String |
getBindingProvider()
|
List |
getClientInHandlers()
|
List |
getClientOutHandlers()
|
List |
getClientServices()
|
String |
getClientTransport()
|
String |
getProtocol()
|
protected Object |
getReceiverKey(UMOComponent component,
UMOEndpoint endpoint)
The method determines the key used to store the receiver against. |
List |
getServerInHandlers()
|
List |
getServerOutHandlers()
|
org.codehaus.xfire.service.ServiceFactory |
getServiceFactory()
|
String |
getServiceTransport()
|
String |
getTypeMappingRegistry()
|
org.codehaus.xfire.XFire |
getXfire()
|
boolean |
isEnableJSR181Annotations()
|
void |
onNotification(UMOServerNotification event)
|
protected void |
registerProtocols()
|
protected void |
registerReceiverWithMuleService(UMOMessageReceiver receiver,
UMOEndpointURI ep)
|
void |
setBindingProvider(String bindingProvider)
|
void |
setClientInHandlers(List handlers)
|
void |
setClientOutHandlers(List handlers)
|
void |
setClientServices(List clientServices)
|
void |
setClientTransport(String transportClass)
|
void |
setEnableJSR181Annotations(boolean enableJSR181Annotations)
|
void |
setServerInHandlers(List serverInHandlers)
|
void |
setServerOutHandlers(List serverOutHandlers)
|
void |
setServiceFactory(org.codehaus.xfire.service.ServiceFactory serviceFactory)
|
void |
setServiceTransport(String transportClass)
|
void |
setTypeMappingRegistry(String typeMappingRegistry)
|
void |
setXfire(org.codehaus.xfire.XFire xfire)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String XFIRE_SERVICE_COMPONENT_NAME
public static final String DEFAULT_MULE_NAMESPACE_URI
public static final String XFIRE_PROPERTY
public static final String XFIRE_TRANSPORT
public static final String CLASSNAME_ANNOTATIONS
protected MuleDescriptor xfireDescriptor
| Constructor Detail |
public XFireConnector()
| Method Detail |
protected void registerProtocols()
public String getProtocol()
getProtocol in interface UMOConnector
protected void doInitialise()
throws InitialisationException
doInitialise in class AbstractConnectorInitialisationException
protected void configureBindingProvider(org.codehaus.xfire.service.binding.ObjectServiceFactory factory)
throws InitialisationException
InitialisationExceptionprotected void doDispose()
AbstractConnector
doDispose in class AbstractConnector
protected void doConnect()
throws Exception
AbstractConnector
doConnect in class AbstractConnectorException
protected void doDisconnect()
throws Exception
AbstractConnector
doDisconnect in class AbstractConnectorException
protected void doStart()
throws UMOException
AbstractConnector
doStart in class AbstractConnectorUMOException - if the method fails
protected void doStop()
throws UMOException
AbstractConnector
doStop in class AbstractConnectorUMOException - if the method failspublic org.codehaus.xfire.XFire getXfire()
public void setXfire(org.codehaus.xfire.XFire xfire)
protected void registerReceiverWithMuleService(UMOMessageReceiver receiver,
UMOEndpointURI ep)
throws UMOException
UMOExceptionprotected MuleDescriptor createxfireDescriptor()
public org.codehaus.xfire.service.ServiceFactory getServiceFactory()
public void setServiceFactory(org.codehaus.xfire.service.ServiceFactory serviceFactory)
protected Object getReceiverKey(UMOComponent component,
UMOEndpoint endpoint)
getReceiverKey in class AbstractConnectorcomponent - the component for which the endpoint is being registeredendpoint - the endpoint being registered for the component
public boolean isEnableJSR181Annotations()
public void setEnableJSR181Annotations(boolean enableJSR181Annotations)
public List getClientServices()
public void setClientServices(List clientServices)
public List getClientInHandlers()
public void setClientInHandlers(List handlers)
public List getClientOutHandlers()
public void setClientOutHandlers(List handlers)
public String getClientTransport()
public void setClientTransport(String transportClass)
public String getServiceTransport()
public void setServiceTransport(String transportClass)
public String getBindingProvider()
public void setBindingProvider(String bindingProvider)
public String getTypeMappingRegistry()
public void setTypeMappingRegistry(String typeMappingRegistry)
public void onNotification(UMOServerNotification event)
onNotification in interface UMOServerNotificationListenerpublic List getServerInHandlers()
public void setServerInHandlers(List serverInHandlers)
public List getServerOutHandlers()
public void setServerOutHandlers(List serverOutHandlers)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||