com.sun.xml.ws.api.server
Interface AbstractInstanceResolver.InjectionPlan<T,R>
- All Known Implementing Classes:
- AbstractInstanceResolver.FieldInjectionPlan, AbstractInstanceResolver.MethodInjectionPlan
- Enclosing class:
- AbstractInstanceResolver<T>
public static interface AbstractInstanceResolver.InjectionPlan<T,R>
Encapsulates which field/method the injection is done,
and performs the injection.
Method Summary |
int |
count()
Gets the number of injections to be performed. |
void |
inject(T instance,
R resource)
|
inject
void inject(T instance,
R resource)
count
int count()
- Gets the number of injections to be performed.
Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.