com.sun.xml.ws.tx.coord.v11
Class XmlTypeAdapter

java.lang.Object
  extended by com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter

public class XmlTypeAdapter
extends Object


Nested Class Summary
static class XmlTypeAdapter.CoordinationContextImpl
           
static class XmlTypeAdapter.CoordinationContextTypeImpl
           
static class XmlTypeAdapter.RegisterTypeImpl
           
 
Constructor Summary
XmlTypeAdapter()
           
 
Method Summary
static CoordinationContextIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType> adapt(CoordinationContext delegate)
           
static BaseIdentifier<CoordinationContextType.Identifier> adapt(CoordinationContextType.Identifier delegate)
           
static BaseExpires<Expires> adapt(Expires delegate)
           
static BaseRegisterResponseType<W3CEndpointReference,RegisterResponseType> adapt(RegisterResponseType delegate)
           
static BaseRegisterType<W3CEndpointReference,RegisterType> adapt(RegisterType delegate)
           
static BaseRegisterResponseType newRegisterResponseType()
           
static BaseRegisterType<W3CEndpointReference,RegisterType> newRegisterType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlTypeAdapter

public XmlTypeAdapter()
Method Detail

adapt

public static BaseExpires<Expires> adapt(Expires delegate)

adapt

public static BaseIdentifier<CoordinationContextType.Identifier> adapt(CoordinationContextType.Identifier delegate)

adapt

public static CoordinationContextIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType> adapt(CoordinationContext delegate)

adapt

public static BaseRegisterType<W3CEndpointReference,RegisterType> adapt(RegisterType delegate)

newRegisterType

public static BaseRegisterType<W3CEndpointReference,RegisterType> newRegisterType()

adapt

public static BaseRegisterResponseType<W3CEndpointReference,RegisterResponseType> adapt(RegisterResponseType delegate)

newRegisterResponseType

public static BaseRegisterResponseType newRegisterResponseType()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.