Uses of Class
org.apache.servicemix.nmr.api.Pattern

Packages that use Pattern
org.apache.servicemix.nmr.api Defines the core NMR and its client side invocation API. 
 

Uses of Pattern in org.apache.servicemix.nmr.api
 

Fields in org.apache.servicemix.nmr.api with type parameters of type Pattern
protected static java.util.Map<java.lang.String,Pattern> Pattern.map
           
 

Methods in org.apache.servicemix.nmr.api that return Pattern
static Pattern Pattern.fromWsdlUri(java.lang.String wsdlUri)
          Converts the WSDL URI into a Pattern instance
 Pattern Exchange.getPattern()
          The exchange pattern
static Pattern Pattern.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Pattern[] Pattern.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.servicemix.nmr.api with parameters of type Pattern
 Exchange Channel.createExchange(Pattern pattern)
          Creates a new exchange.
 



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