A C D E F G H I L M N O P Q R S T U V W

A

AbortedException - Exception in org.apache.servicemix.nmr.api
Specifies that the exchange has been aborted due to a timeout when using sendSync.
AbortedException() - Constructor for exception org.apache.servicemix.nmr.api.AbortedException
 
AbortedException(String) - Constructor for exception org.apache.servicemix.nmr.api.AbortedException
 
AbortedException(Throwable) - Constructor for exception org.apache.servicemix.nmr.api.AbortedException
 
AbortedException(String, Throwable) - Constructor for exception org.apache.servicemix.nmr.api.AbortedException
 
addAttachment(String, Object) - Method in interface org.apache.servicemix.nmr.api.Message
Add an attachment to this message
ANY - Static variable in class org.apache.servicemix.nmr.api.security.GroupPrincipal
 
authenticate(Subject, String, String, Object) - Method in interface org.apache.servicemix.nmr.api.security.AuthenticationService
Authenticate a user given its name and credentials.
AuthenticationService - Interface in org.apache.servicemix.nmr.api.security
Interface for the authentication service.
AuthorizationEntry - Interface in org.apache.servicemix.nmr.api.security
 
AuthorizationEntry.Type - Enum in org.apache.servicemix.nmr.api.security
 
AuthorizationService - Interface in org.apache.servicemix.nmr.api.security
The AuthorizationService interface allows the NMR to retrieve the Access Control List for a given combination of endpoint / operation.

C

cancel() - Method in interface org.apache.servicemix.nmr.api.Exchange
Cancels a pending synchronous exchange.
canDispatch(InternalExchange, InternalEndpoint) - Method in interface org.apache.servicemix.nmr.api.internal.Flow
Check if this flow can be used to dispatch the given Exchange
CertificateCallback - Class in org.apache.servicemix.nmr.api.security
A callback to retrieve an X509Certificate.
CertificateCallback() - Constructor for class org.apache.servicemix.nmr.api.security.CertificateCallback
 
Channel - Interface in org.apache.servicemix.nmr.api
Creates a channel to perform invocations through the NMR.
choose(EndpointRegistry) - Method in interface org.apache.servicemix.nmr.api.internal.InternalReference
Creates an iterator to be used for choosing the physical target for an exchange.
close() - Method in interface org.apache.servicemix.nmr.api.Channel
Closes the channel, freeing up any resources (like sockets, threads etc).
copy() - Method in interface org.apache.servicemix.nmr.api.Exchange
Duplicates this exchange and returns a new copy
copy() - Method in interface org.apache.servicemix.nmr.api.Message
Creates a copy of this message so that it can be used and possibly modified further in another exchange
copyFrom(Exchange) - Method in interface org.apache.servicemix.nmr.api.Exchange
Copy the given exchange to this one
copyFrom(Message) - Method in interface org.apache.servicemix.nmr.api.Message
Copies the contents of the other message into this message
createChannel() - Method in interface org.apache.servicemix.nmr.api.NMR
Create a channel to interact with the NMR without exposing an endpoint.
createExchange(Pattern) - Method in interface org.apache.servicemix.nmr.api.Channel
Creates a new exchange.
createMap(String...) - Static method in class org.apache.servicemix.nmr.api.service.ServiceHelper
 
createWire(Map<String, ?>, Map<String, Object>) - Static method in class org.apache.servicemix.nmr.api.service.ServiceHelper
Creates a Wire instance

D

deliver(InternalExchange) - Method in interface org.apache.servicemix.nmr.api.internal.InternalChannel
Deliver an exchange to the endpoint using this channel
dispatch(InternalExchange) - Method in interface org.apache.servicemix.nmr.api.internal.Flow
Dispatch the Exchange using this flow.
display(boolean) - Method in interface org.apache.servicemix.nmr.api.Exchange
Returns a string representation of this exchange.
display(boolean) - Method in interface org.apache.servicemix.nmr.api.Message
Returns a string representation of this message.

E

Endpoint - Interface in org.apache.servicemix.nmr.api
Represents an endpoint to expose in the NMR.
ENDPOINT_NAME - Static variable in interface org.apache.servicemix.nmr.api.Endpoint
Meta-data key for the endpoint name
EndpointListener - Interface in org.apache.servicemix.nmr.api.event
A specific kind of Listener that will receive events about new registered endpoints or endpoints being unregistered.
endpointRegistered(InternalEndpoint) - Method in interface org.apache.servicemix.nmr.api.event.EndpointListener
An endpoint has been registered
EndpointRegistry - Interface in org.apache.servicemix.nmr.api
The Registry is used to register endpoints, unregister them, query endpoints and create a Channel to interfact with them.
endpointUnregistered(InternalEndpoint) - Method in interface org.apache.servicemix.nmr.api.event.EndpointListener
An endpoint has been unregistered
ensureReReadable() - Method in interface org.apache.servicemix.nmr.api.Exchange
Make sure that all streams contained in the content and in attachments are transformed to re-readable sources.
ensureReReadable() - Method in interface org.apache.servicemix.nmr.api.Message
Make sure that all streams contained in the content and in attachments are transformed to re-readable sources.
equals(Object) - Method in class org.apache.servicemix.nmr.api.security.GroupPrincipal
 
equals(Object) - Method in class org.apache.servicemix.nmr.api.security.UserPrincipal
 
equals(Map<String, ?>, Map<String, ?>) - Static method in class org.apache.servicemix.nmr.api.service.ServiceHelper
Check if two endpoint propery maps are equal.
Exchange - Interface in org.apache.servicemix.nmr.api
Represents a message exchange.
exchangeDelivered(Exchange) - Method in interface org.apache.servicemix.nmr.api.event.ExchangeListener
Method called each time an exchange is delivered
exchangeFailed(Exchange) - Method in interface org.apache.servicemix.nmr.api.event.ExchangeListener
Method called when an exchange resulted in an exception to be thrown and the exchange not delivered.
ExchangeListener - Interface in org.apache.servicemix.nmr.api.event
Listener interface for exchanges send troughout the bus.
exchangeSent(Exchange) - Method in interface org.apache.servicemix.nmr.api.event.ExchangeListener
Method called each time an exchange is sent

F

Flow - Interface in org.apache.servicemix.nmr.api.internal
 
FlowRegistry - Interface in org.apache.servicemix.nmr.api.internal
 
fromWsdlUri(String) - Static method in enum org.apache.servicemix.nmr.api.Pattern
Converts the WSDL URI into a Pattern instance

G

getAcls() - Method in interface org.apache.servicemix.nmr.api.security.AuthorizationEntry
 
getAcls(String, QName) - Method in interface org.apache.servicemix.nmr.api.security.AuthorizationService
Retrieve the Access Control List for a given endpoint and operation.
getAttachment(String) - Method in interface org.apache.servicemix.nmr.api.Message
Retrieve an attachment given its id.
getAttachments() - Method in interface org.apache.servicemix.nmr.api.Message
Retrieve a map of all attachments
getBody() - Method in interface org.apache.servicemix.nmr.api.Message
Returns the body of the message in its default format.
getBody(Class<T>) - Method in interface org.apache.servicemix.nmr.api.Message
Returns the body as the specified type.
getCertificate() - Method in class org.apache.servicemix.nmr.api.security.CertificateCallback
 
getChannel() - Method in interface org.apache.servicemix.nmr.api.internal.InternalEndpoint
Retrieve the channel associated with this endpoint.
getConsumerLock(boolean) - Method in interface org.apache.servicemix.nmr.api.internal.InternalExchange
 
getContentEncoding() - Method in interface org.apache.servicemix.nmr.api.Message
Get the encoding of the message
getContentType() - Method in interface org.apache.servicemix.nmr.api.Message
Get the mime content type describing the content of the message
getDestination() - Method in interface org.apache.servicemix.nmr.api.internal.InternalExchange
Retrieve the destination endpoint, i.e.
getEndpoint() - Method in interface org.apache.servicemix.nmr.api.internal.InternalEndpoint
Retrieve the inner endpoint.
getEndpoint() - Method in interface org.apache.servicemix.nmr.api.security.AuthorizationEntry
 
getEndpointRegistry() - Method in interface org.apache.servicemix.nmr.api.NMR
Access the endpoint registry.
getError() - Method in interface org.apache.servicemix.nmr.api.Exchange
Obtains the error of this exchange
getFault() - Method in interface org.apache.servicemix.nmr.api.Exchange
Obtains the fault message, lazily creating one if none has been associated with this exchange and if this exchange supports a faut message.
getFault(boolean) - Method in interface org.apache.servicemix.nmr.api.Exchange
Returns the fault message, optionally creating one if one has not already been associated with this exchange
getFlowRegistry() - Method in interface org.apache.servicemix.nmr.api.NMR
Access the flow registry.
getFrom() - Method in interface org.apache.servicemix.nmr.api.Wire
Get the new address made available by the wire.
getHeader(String) - Method in interface org.apache.servicemix.nmr.api.Message
Get a header on this message.
getHeader(Class<T>) - Method in interface org.apache.servicemix.nmr.api.Message
Get a typed header.
getHeader(String, Class<T>) - Method in interface org.apache.servicemix.nmr.api.Message
Get a header, converting it to the desired type
getHeaders() - Method in interface org.apache.servicemix.nmr.api.Message
Get a map of all the headers for this message
getId() - Method in interface org.apache.servicemix.nmr.api.Exchange
The unique id of this exchange
getId() - Method in interface org.apache.servicemix.nmr.api.internal.InternalEndpoint
Retrieve the endpoint id
getIn() - Method in interface org.apache.servicemix.nmr.api.Exchange
Obtains the input message, lazily creating one if none has been associated with this exchange.
getIn(boolean) - Method in interface org.apache.servicemix.nmr.api.Exchange
Returns the inbound message, optionally creating one if one has not already been associated with this exchange.
getListenerRegistry() - Method in interface org.apache.servicemix.nmr.api.NMR
Access the listener registry.
getListeners(Class<T>) - Method in interface org.apache.servicemix.nmr.api.event.ListenerRegistry
Retrieve an iterator of listeners of a certain type
getMessage(Type) - Method in interface org.apache.servicemix.nmr.api.Exchange
Obtains the given message, lazily creating one if none has been associated with this exchange and if this exchange supports a faut message.
getMessage(Type, boolean) - Method in interface org.apache.servicemix.nmr.api.Exchange
Returns the message of the given type, optionally creating one if one has not already been associated with this exchange
getMetaData() - Method in interface org.apache.servicemix.nmr.api.internal.InternalEndpoint
Retrieve the metadata associated with this endpoint
getName() - Method in class org.apache.servicemix.nmr.api.security.GroupPrincipal
 
getName() - Method in class org.apache.servicemix.nmr.api.security.UserPrincipal
 
getNMR() - Method in interface org.apache.servicemix.nmr.api.Channel
Access to the bus
getOperation() - Method in interface org.apache.servicemix.nmr.api.Exchange
The service operation of this exchange
getOperation() - Method in interface org.apache.servicemix.nmr.api.security.AuthorizationEntry
 
getOut() - Method in interface org.apache.servicemix.nmr.api.Exchange
Obtains the outbound message, lazily creating one if none has been associated with this exchange and if this exchange supports an out message.
getOut(boolean) - Method in interface org.apache.servicemix.nmr.api.Exchange
Returns the outbound message, optionally creating one if one has not already been associated with this exchange
getPattern() - Method in interface org.apache.servicemix.nmr.api.Exchange
The exchange pattern
getProperties() - Method in interface org.apache.servicemix.nmr.api.Exchange
Return all the properties associated with this exchange
getProperties(T) - Method in interface org.apache.servicemix.nmr.api.service.ServiceRegistry
Retrieve the metadata associated to a registered service.
getProperty(String) - Method in interface org.apache.servicemix.nmr.api.Exchange
Get a given property by its name.
getProperty(Class<T>) - Method in interface org.apache.servicemix.nmr.api.Exchange
Get a typed property.
getProperty(String, Class<T>) - Method in interface org.apache.servicemix.nmr.api.Exchange
Returns a property associated with this exchange by name and specifying the type required
getProviderLock(boolean) - Method in interface org.apache.servicemix.nmr.api.internal.InternalExchange
 
getRank() - Method in interface org.apache.servicemix.nmr.api.security.AuthorizationEntry
 
getRole() - Method in interface org.apache.servicemix.nmr.api.Exchange
The role of the exchange.
getSecuritySubject() - Method in interface org.apache.servicemix.nmr.api.Message
Get the security subject for this message
getServices() - Method in interface org.apache.servicemix.nmr.api.service.ServiceRegistry
Get a set of registered services.
getSource() - Method in interface org.apache.servicemix.nmr.api.internal.InternalExchange
Retrieve the source endpoint.
getStatus() - Method in interface org.apache.servicemix.nmr.api.Exchange
The status of the exchange
getTarget() - Method in interface org.apache.servicemix.nmr.api.Exchange
The target used for this exchange
getTo() - Method in interface org.apache.servicemix.nmr.api.Wire
Get the target endpoint that is accessed when sending something to the from address
getType() - Method in interface org.apache.servicemix.nmr.api.security.AuthorizationEntry
 
getWire(Map<String, ?>) - Method in interface org.apache.servicemix.nmr.api.WireRegistry
Get the wire that matches the given properties
getWireRegistry() - Method in interface org.apache.servicemix.nmr.api.NMR
Access the wire registry
getWsdlUri() - Method in enum org.apache.servicemix.nmr.api.Pattern
Returns the WSDL URI for this message exchange pattern
GroupPrincipal - Class in org.apache.servicemix.nmr.api.security
This principal represents a group against which authorizations are usually checked.
GroupPrincipal(String) - Constructor for class org.apache.servicemix.nmr.api.security.GroupPrincipal
 

H

hashCode() - Method in class org.apache.servicemix.nmr.api.security.GroupPrincipal
 
hashCode() - Method in class org.apache.servicemix.nmr.api.security.UserPrincipal
 

I

ID - Static variable in interface org.apache.servicemix.nmr.api.internal.Flow
Meta-data key for the unique flow identifier
INTERFACE_NAME - Static variable in interface org.apache.servicemix.nmr.api.Endpoint
Meta-data key for the interface name
InternalChannel - Interface in org.apache.servicemix.nmr.api.internal
InternalChannel is the private contract for channels.
InternalEndpoint - Interface in org.apache.servicemix.nmr.api.internal
This interface represents a wrapper around an Endpoint which is to be used internally to access the Channel.
InternalExchange - Interface in org.apache.servicemix.nmr.api.internal
 
InternalReference - Interface in org.apache.servicemix.nmr.api.internal
 

L

Listener - Interface in org.apache.servicemix.nmr.api.event
Marker interface for all listeners that can be registered.
ListenerRegistry - Interface in org.apache.servicemix.nmr.api.event
A registry of listeners.
lookup(Map<String, ?>) - Method in interface org.apache.servicemix.nmr.api.EndpointRegistry
From a given amount of metadata which could include interface name, service name policy data and so forth, choose an available endpoint reference to use for invocations.
lookup(Document) - Method in interface org.apache.servicemix.nmr.api.EndpointRegistry
This methods creates a Reference from its xml representation.
lookup(String) - Method in interface org.apache.servicemix.nmr.api.EndpointRegistry
Creates a Reference that select endpoints that match the given LDAP filter.

M

map - Static variable in enum org.apache.servicemix.nmr.api.Pattern
 
matches(Map<String, ?>, Map<String, ?>) - Static method in class org.apache.servicemix.nmr.api.service.ServiceHelper
Check if two endpoint propery maps match.
Message - Interface in org.apache.servicemix.nmr.api
The Message represents the content of a request, a response or a fault.

N

NAME - Static variable in interface org.apache.servicemix.nmr.api.Endpoint
Meta-data key for the unique endpoint name
NMR - Interface in org.apache.servicemix.nmr.api
The NMR interface is the primary interface to communicate with the Bus.

O

org.apache.servicemix.nmr.api - package org.apache.servicemix.nmr.api
Defines the core NMR and its client side invocation API.
org.apache.servicemix.nmr.api.event - package org.apache.servicemix.nmr.api.event
Defines the listeners that can be registered inside ServiceMix to be notified of events.
org.apache.servicemix.nmr.api.internal - package org.apache.servicemix.nmr.api.internal
Defines the internal API
org.apache.servicemix.nmr.api.security - package org.apache.servicemix.nmr.api.security
 
org.apache.servicemix.nmr.api.service - package org.apache.servicemix.nmr.api.service
Defines the ServiceRegistry

P

Pattern - Enum in org.apache.servicemix.nmr.api
Pattern of the exchange
process(Exchange) - Method in interface org.apache.servicemix.nmr.api.Endpoint
Process the given exchange.

Q

query(Map<String, ?>) - Method in interface org.apache.servicemix.nmr.api.EndpointRegistry
Query the registry for a list of registered endpoints.

R

Reference - Interface in org.apache.servicemix.nmr.api
Represents an endpoint reference or a logical endpoint.
register(Endpoint, Map<String, ?>) - Method in interface org.apache.servicemix.nmr.api.EndpointRegistry
Register the given endpoint in the registry.
register(Listener, Map<String, ?>) - Method in interface org.apache.servicemix.nmr.api.event.ListenerRegistry
Add a listener to the registry.
register(T, Map<String, ?>) - Method in interface org.apache.servicemix.nmr.api.service.ServiceRegistry
Register a service with the given metadata.
register(Wire) - Method in interface org.apache.servicemix.nmr.api.WireRegistry
Convenience method for registering a wire without having to specify the wire's properties.
removeAttachment(String) - Method in interface org.apache.servicemix.nmr.api.Message
Remove an attachment on this message
removeHeader(String) - Method in interface org.apache.servicemix.nmr.api.Message
Remove the given header and returns its value.
removeHeader(Class<T>) - Method in interface org.apache.servicemix.nmr.api.Message
Remove the header of the specified type
removeProperty(String) - Method in interface org.apache.servicemix.nmr.api.Exchange
Remove the given property and returns its value.
removeProperty(Class<T>) - Method in interface org.apache.servicemix.nmr.api.Exchange
Remove the property of the specified type
Role - Enum in org.apache.servicemix.nmr.api
The role of the component processing this exchange.

S

send(Exchange) - Method in interface org.apache.servicemix.nmr.api.Channel
An asynchronous invocation of the service
sendSync(Exchange) - Method in interface org.apache.servicemix.nmr.api.Channel
Synchronously send the exchange, blocking until the exchange is returned.
sendSync(Exchange, long) - Method in interface org.apache.servicemix.nmr.api.Channel
Synchronously send the exchange
SERVICE_NAME - Static variable in interface org.apache.servicemix.nmr.api.Endpoint
Meta-data key for the service QName
ServiceHelper - Class in org.apache.servicemix.nmr.api.service
 
ServiceMixException - Exception in org.apache.servicemix.nmr.api
Base class for ServiceMix exception
ServiceMixException() - Constructor for exception org.apache.servicemix.nmr.api.ServiceMixException
 
ServiceMixException(String) - Constructor for exception org.apache.servicemix.nmr.api.ServiceMixException
 
ServiceMixException(Throwable) - Constructor for exception org.apache.servicemix.nmr.api.ServiceMixException
 
ServiceMixException(String, Throwable) - Constructor for exception org.apache.servicemix.nmr.api.ServiceMixException
 
ServiceRegistry<T> - Interface in org.apache.servicemix.nmr.api.service
Templated registry to hold services and their associated metadata.
setBody(Object) - Method in interface org.apache.servicemix.nmr.api.Message
Set the body of the message.
setBody(Object, Class<T>) - Method in interface org.apache.servicemix.nmr.api.Message
Set the body of the message.
setCertificate(X509Certificate) - Method in class org.apache.servicemix.nmr.api.security.CertificateCallback
 
setChannel(Channel) - Method in interface org.apache.servicemix.nmr.api.Endpoint
Set the channel so that the endpoint can send exchanges back when they are processed or act as a consumer itself.
setContentEncoding(String) - Method in interface org.apache.servicemix.nmr.api.Message
Set the encoding of the message
setContentType(String) - Method in interface org.apache.servicemix.nmr.api.Message
Set the mime content type describing the content of the message
setDestination(InternalEndpoint) - Method in interface org.apache.servicemix.nmr.api.internal.InternalExchange
Set the destination endpoint.
setError(Exception) - Method in interface org.apache.servicemix.nmr.api.Exchange
Set the error on this exchange
setFault(Message) - Method in interface org.apache.servicemix.nmr.api.Exchange
Set the fault message.
setHeader(String, Object) - Method in interface org.apache.servicemix.nmr.api.Message
Set a header for this message
setHeader(Class<T>, T) - Method in interface org.apache.servicemix.nmr.api.Message
Set a typed header for this message.
setHeaders(Map<String, Object>) - Method in interface org.apache.servicemix.nmr.api.Message
Set all the headers
setIn(Message) - Method in interface org.apache.servicemix.nmr.api.Exchange
Set the inbound message.
setMessage(Type, Message) - Method in interface org.apache.servicemix.nmr.api.Exchange
Set the message.
setOperation(QName) - Method in interface org.apache.servicemix.nmr.api.Exchange
The service operation of this exchange
setOut(Message) - Method in interface org.apache.servicemix.nmr.api.Exchange
Set the outbound message.
setProperties(Map<String, Object>) - Method in interface org.apache.servicemix.nmr.api.Exchange
Set all the properties
setProperty(String, Object) - Method in interface org.apache.servicemix.nmr.api.Exchange
Set a property on this exchange.
setProperty(Class<T>, T) - Method in interface org.apache.servicemix.nmr.api.Exchange
Set a typed property on this exchange.
setRole(Role) - Method in interface org.apache.servicemix.nmr.api.internal.InternalExchange
Set the role of the exchange.
setSecuritySubject(Subject) - Method in interface org.apache.servicemix.nmr.api.Message
Set the security subject for this message
setSource(InternalEndpoint) - Method in interface org.apache.servicemix.nmr.api.internal.InternalExchange
Set the source endpoint.
setStatus(Status) - Method in interface org.apache.servicemix.nmr.api.Exchange
Set the status of the exchange
setTarget(Reference) - Method in interface org.apache.servicemix.nmr.api.Exchange
The target used for this exchange
Status - Enum in org.apache.servicemix.nmr.api
`The status of the exchange can be Active, Done or Error.

T

toString() - Method in class org.apache.servicemix.nmr.api.security.GroupPrincipal
 
toString() - Method in class org.apache.servicemix.nmr.api.security.UserPrincipal
 
toXml() - Method in interface org.apache.servicemix.nmr.api.Reference
Obtains an xml document describing this endpoint reference.
Type - Enum in org.apache.servicemix.nmr.api
The type of a message, which can be In, Out or Fault.

U

unregister(Endpoint, Map<String, ?>) - Method in interface org.apache.servicemix.nmr.api.EndpointRegistry
Unregister a previously register enpoint.
unregister(Listener, Map<String, ?>) - Method in interface org.apache.servicemix.nmr.api.event.ListenerRegistry
Remove a listener.
unregister(T, Map<String, ?>) - Method in interface org.apache.servicemix.nmr.api.service.ServiceRegistry
Unregister a previously registered service.
unregister(Wire) - Method in interface org.apache.servicemix.nmr.api.WireRegistry
Convenience method for unregistering a wire without having to specify the wire's properties.
UNTARGETABLE - Static variable in interface org.apache.servicemix.nmr.api.Endpoint
If this property is set to true on a given endpoint, it won't be used as a target for any exchange
UserPrincipal - Class in org.apache.servicemix.nmr.api.security
Represents the user authenticated by the AuthenticationService
UserPrincipal(String) - Constructor for class org.apache.servicemix.nmr.api.security.UserPrincipal
 

V

valueOf(String) - Static method in enum org.apache.servicemix.nmr.api.Pattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.servicemix.nmr.api.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.servicemix.nmr.api.security.AuthorizationEntry.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.servicemix.nmr.api.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.servicemix.nmr.api.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.servicemix.nmr.api.Pattern
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.servicemix.nmr.api.Role
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.servicemix.nmr.api.security.AuthorizationEntry.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.servicemix.nmr.api.Status
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.servicemix.nmr.api.Type
Returns an array containing the constants of this enum type, in the order they're declared.
VERSION - Static variable in interface org.apache.servicemix.nmr.api.Endpoint
Meta-data for the version number of this endpoint

W

Wire - Interface in org.apache.servicemix.nmr.api
Represents a wire to an endpoint.
WireRegistry - Interface in org.apache.servicemix.nmr.api
This registry is used to register/unregister Wires.
WSDL_URL - Static variable in interface org.apache.servicemix.nmr.api.Endpoint
Meta-data key for the WSDL url

A C D E F G H I L M N O P Q R S T U V W

Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.