Package com.sun.xml.ws.tx.coord.v11
Class XmlTypeAdapter
- java.lang.Object
-
- com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter
-
public class XmlTypeAdapter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXmlTypeAdapter.CoordinationContextImplstatic classXmlTypeAdapter.CoordinationContextTypeImplstatic classXmlTypeAdapter.RegisterTypeImpl
-
Constructor Summary
Constructors Constructor Description XmlTypeAdapter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CoordinationContextIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>adapt(CoordinationContext delegate)static BaseIdentifier<CoordinationContextType.Identifier>adapt(CoordinationContextType.Identifier delegate)static BaseExpires<Expires>adapt(Expires delegate)static BaseRegisterResponseType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterResponseType>adapt(RegisterResponseType delegate)static BaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>adapt(RegisterType delegate)static BaseRegisterResponseTypenewRegisterResponseType()static BaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType>newRegisterType()
-
-
-
Method Detail
-
adapt
public static BaseExpires<Expires> adapt(Expires delegate)
-
adapt
public static BaseIdentifier<CoordinationContextType.Identifier> adapt(CoordinationContextType.Identifier delegate)
-
adapt
public static CoordinationContextIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType> adapt(CoordinationContext delegate)
-
adapt
public static BaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType> adapt(RegisterType delegate)
-
newRegisterType
public static BaseRegisterType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterType> newRegisterType()
-
adapt
public static BaseRegisterResponseType<javax.xml.ws.wsaddressing.W3CEndpointReference,RegisterResponseType> adapt(RegisterResponseType delegate)
-
newRegisterResponseType
public static BaseRegisterResponseType newRegisterResponseType()
-
-