|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.endpoint.AbstractEndpointURIBuilder
org.mule.endpoint.ResourceNameEndpointURIBuilder
org.mule.transport.ibean.IBeansEndpointURIBuilder
public class IBeansEndpointURIBuilder
A Resource name endpoint builder that will check the validity of an iBean endpoint by looking up the
iBean and checking the method exists on the iBean and pointing to a valid method (i.e. with a Call
or Template
annotation)
Field Summary |
---|
Fields inherited from class org.mule.endpoint.ResourceNameEndpointURIBuilder |
---|
logger, RESOURCE_INFO_PROPERTY |
Fields inherited from class org.mule.endpoint.AbstractEndpointURIBuilder |
---|
address, connectorName, endpointName, responseTransformers, transformers, userInfo |
Constructor Summary | |
---|---|
IBeansEndpointURIBuilder()
|
Method Summary | |
---|---|
EndpointURI |
build(java.net.URI uri,
MuleContext muleContext)
|
protected void |
setEndpoint(java.net.URI uri,
java.util.Properties props)
|
Methods inherited from class org.mule.endpoint.AbstractEndpointURIBuilder |
---|
getPropertiesForURI, rewriteURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IBeansEndpointURIBuilder()
Method Detail |
---|
protected void setEndpoint(java.net.URI uri, java.util.Properties props) throws MalformedEndpointException
setEndpoint
in class ResourceNameEndpointURIBuilder
MalformedEndpointException
public EndpointURI build(java.net.URI uri, MuleContext muleContext) throws MalformedEndpointException
build
in interface EndpointURIBuilder
build
in class AbstractEndpointURIBuilder
MalformedEndpointException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |