|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.module.cxf.builder.AbstractOutboundMessageProcessorBuilder
org.mule.module.cxf.builder.WsdlClientMessageProcessorBuilder
public class WsdlClientMessageProcessorBuilder
Builds an outbound CXF MessageProcessor based on a WSDL using CXF's
DynamicClientFactory
. The wsdlLocation
attribute
is required. The port and service attributes can also be supplied to
select the correct service and port in the WSDL.
Field Summary |
---|
Fields inherited from class org.mule.module.cxf.builder.AbstractOutboundMessageProcessorBuilder |
---|
address, client, configuration, databinding, defaultMethod, defaultMethodName, enableMuleSoapHeaders, features, inFaultInterceptors, inInterceptors, mtomEnabled, muleContext, operation, outFaultInterceptors, outInterceptors, payloadToArguments, properties, wsdlLocation |
Constructor Summary | |
---|---|
WsdlClientMessageProcessorBuilder()
|
Method Summary | |
---|---|
protected org.apache.cxf.endpoint.Client |
createClient()
|
java.lang.String |
getPort()
|
java.lang.String |
getService()
|
void |
setPort(java.lang.String port)
|
void |
setService(java.lang.String service)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsdlClientMessageProcessorBuilder()
Method Detail |
---|
protected org.apache.cxf.endpoint.Client createClient() throws java.lang.Exception
createClient
in class AbstractOutboundMessageProcessorBuilder
java.lang.Exception
public java.lang.String getService()
public void setService(java.lang.String service)
public java.lang.String getPort()
public void setPort(java.lang.String port)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |