Searched refs:getAdapter (Results 1 - 25 of 35) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DAttributePropertyInfo.java61 Adapter<T,C> getAdapter(); method in interface:AttributePropertyInfo
H A DValuePropertyInfo.java34 Adapter<T,C> getAdapter(); method in interface:ValuePropertyInfo
H A DElementPropertyInfo.java122 Adapter<T,C> getAdapter(); method in interface:ElementPropertyInfo
H A DReferencePropertyInfo.java123 Adapter<T,C> getAdapter(); method in interface:ReferencePropertyInfo
H A DPropertyInfo.java112 Adapter<T,C> getAdapter(); method in interface:PropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DAdaptedAccessor.java59 XmlAdapter<OnWireValueT,InMemValueT> a = getAdapter();
68 XmlAdapter<OnWireValueT, InMemValueT> a = getAdapter();
91 private XmlAdapter<OnWireValueT, InMemValueT> getAdapter() { method in class:AdaptedAccessor
94 return coordinator.getAdapter(adapter);
H A DAdaptedLister.java52 private XmlAdapter<OnWireItemT,InMemItemT> getAdapter() { method in class:AdaptedLister
53 return Coordinator._getInstance().getAdapter(adapter);
67 r = getAdapter().unmarshal(item);
98 return getAdapter().marshal(next);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeElementPropertyInfoImpl.java50 if(getAdapter()!=null && !isCollection())
53 rawAcc = rawAcc.adapt(getAdapter());
H A DRuntimeReferencePropertyInfoImpl.java48 if(getAdapter()!=null && !isCollection())
51 rawAcc = rawAcc.adapt(getAdapter());
H A DSingleTypePropertyInfoImpl.java63 if(getAdapter()!=null && !isCollection())
66 rawAcc = rawAcc.adapt(((RuntimePropertyInfo)this).getAdapter());
H A DRuntimeElementInfoImpl.java59 Adapter<Type,Class> a = getProperty().getAdapter();
78 (Class)getAdapter().defaultType,(Class)adapterType);
116 * The adapter specified by <code>getProperty().getAdapter()</code>.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DElementMappingImpl.java53 CAdapter a = clazz.getProperty().getAdapter();
66 if(p.getAdapter()!=null)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCSingleTypePropertyInfo.java88 public final CAdapter getAdapter() { method in class:CSingleTypePropertyInfo
H A DCElementInfo.java183 if(getProperty().getAdapter()==null) {
190 return getProperty().getAdapter().customType;
H A DCElementPropertyInfo.java172 public CAdapter getAdapter() { method in class:CElementPropertyInfo
H A DCPropertyInfo.java150 public abstract CAdapter getAdapter(); method in class:CPropertyInfo
H A DCReferencePropertyInfo.java174 public CAdapter getAdapter() { method in class:CReferencePropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayProperty.java52 Navigator.REFLECTION.erasure(prop.getRawType()),prop.id(),prop.getAdapter());
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DMarshaller.java704 public <A extends XmlAdapter> A getAdapter( Class<A> type ); method in interface:Marshaller
H A DUnmarshaller.java1048 public <A extends XmlAdapter> A getAdapter( Class<A> type ); method in interface:Unmarshaller
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBridgeAdapter.java102 XmlAdapter<OnWire,InMemory> a = serializer.getAdapter(adapter);
134 XmlAdapter<OnWire,InMemory> a = u.coordinator.getAdapter(adapter);
H A DCoordinator.java84 public final <T extends XmlAdapter> T getAdapter(Class<T> key) { method in class:Coordinator
/openjdk7/jdk/src/windows/native/java/net/
H A DNetworkInterface_winXP.c116 IP_ADAPTER_ADDRESSES *getAdapter (JNIEnv *env, jint index) { function
736 ptr = getAdapter(env, index);
754 ptr = getAdapter(env, index);
773 ptr = getAdapter(env, index);
796 ptr = getAdapter(env, index);
814 ptr = getAdapter(env, index);
832 ptr = getAdapter(env, index);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DEndpointImpl.java139 actualEndpoint = new HttpEndpoint(null, getAdapter(wse, ""));
259 actualEndpoint = new HttpEndpoint(executor, getAdapter(wse, urlPattern));
345 private HttpAdapter getAdapter(WSEndpoint endpoint, String urlPattern) { method in class:EndpointImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DRawTypeSetBuilder.java247 CAdapter a = target.getProperty().getAdapter();
275 if(parent.refs.size() > 1 && p.getAdapter() != null)

Completed in 64 milliseconds

12